body 	{
	background: white; color: black;
	font-family: "Times New Roman",Times,serif;
	}

A:link	{ color: #0000ff; }		/* unvisited links */
A:visited	{ color: #003300; }	/* visited links */
A:hover	{ color: #cc0000; }

H1, H2, H3, H4  {
	font-family: Arial,Helvetica,sans-serif;
	color: #003300; background: transparent;
	}
H1  {	text-align: center }
H2  {
	/* clear: left ; */
	font-weight: bold; font-size: large;
	width: 95%; 
	color: #003300; background: #ffffcc; border: solid thin #003300;
	padding: 0em 1em 2pt 1em;
	}
PRE,TT  {
	font-family: "Courier New",courier,monospace; 
	}
TH  { color: black;
	background: #cccccc; }

.boxed {
	color: #006600;
	background: #ffffcc;
	border: solid thin #006600;
	padding: 0em 1em 2pt 1em;
	}

