/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12PX; color: #000000
	} 
	

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: none; color: #996600;}
A:visited {text-decoration: underline; color: #996600;}
A:active  {text-decoration: underline; color: #996600;}
A:hover   {text-decoration: underline; color: #660000;}

