/*
<h2>    Page    </h2>
<!--    ====    -->
<Xmp>*/
BODY    
	{
	font-family	:	Arial, Helv, Helvetica, sans-serif; 
	background-color: #FFFEEC;
	}
/*</Xmp>

<h2>    Links   </h2>
<!--    =====   -->
<Xmp>*/
A:link
	{
	text-decoration	:	none;
	color		:	#ff0000;
	FONT-WEIGHT	:	normal;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#993300; 
	FONT-WEIGHT	:	normal;
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#000000;
	FONT-WEIGHT	:	normal;
	background	:	#ffcc00;
	}
A:hover.brown 
	{ 
   	text-decoration	:	none; 
	color		:	#000000;
	background	:	#ffcc00;
	}
A:visited.brown, A:link.brown
	{
	text-decoration	:	none;
	color		:	#ffffff;
	}
/*</Xmp>
<h2>    Headings and Text Elements        </h2>
<!--    ========        -->
<Xmp>*/
H1 	{
	COLOR: black;
	FONT-FAMILY:Arial, Helv, Helvetica, Helv, sans-serif;
	FONT-WEIGHT: bold;
	}
H2 	{
	COLOR: black; 
	FONT-FAMILY:	Helv, Helvetica, Arial, sans-serif; 
	FONT-WEIGHT: bold;
	}
H3 	{
	COLOR: black; 
	FONT-FAMILY:	Arial Narrow, 
    Helvetica Narrow, sans-serif; 
	FONT-WEIGHT: bold;
	}
H4 	{
	COLOR: black; 
	FONT-FAMILY:	Arial, Verdana, Helvetica;
	FONT-WEIGHT: bold;
	}
P, TR, THEAD, TFOOT, TH, TD, 
DL, OL, UL, BLOCKQUOTE, SPAN, BR
	{
	FONT-FAMILY:	Arial, Helv, Helvetica, sans-serif; 
	}
A:active
 { 
	text-decoration	:	none;
	color		:	#ff0000;
	FONT-WEIGHT	:	normal;
	background	:	transparent;
 } 