BODY	{
	margin: 3em 6em 3em 90px;
	width:	auto;
	background-color: #FFFFE0; 
	color: black; 
	font-family: Georgia;
	}
P, BLOCKQUOTE, TH, TD, UL, OL, DL, DD, LI, DIR, MENU
	{ /* inherit from body and NS redundancy*/	 
	font-family: Georgia;
	}
PRE 	{
 	margin-left: 2em;
	font-family: monospace
	}      
BLOCKQUOTE {
	font-family: Georgia;
	font-size: 90%;
	font-style: normal;
	}
H1, H2, H3 {
	text-align: left;
	font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	font-weight: normal;
	color: maroon; 
	}
IMG     { /* remove border from top image, color:white is for NS */
	border-width: 0;
	border-style: none;
	border-color: white;
	color: white }
DT, DD 	{ /* opera 3.50 */
	font-family: Georgia;
	margin-top: 0; 
	margin-bottom: 0 } 
TH, TD 	{ /* ns 4 */
	font-family: Georgia;
	}


	/* begin link */

A:link	{	
	text-decoration:	none;
	font-weight:	normal; 
	color:	navy;
	}	
A:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	navy;
	}		
A:active	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	black;
	background:	#FFFFF5;
	}	
A:hover	{	
	text-decoration: none;
	font-weight: normal;
	color: rgb(0,0,128);
	background: rgb(128,255,255)
	}

	/* end link */

.hide { display: none }
OL LI	{
	font-family: Georgia;
	list-style-type:	decimal;
	}	

OL OL LI	{	
	font-family: Georgia;
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	font-family: Georgia;
	list-style-type:	lower-roman;
	}
