/* 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, P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 11PX; color: #000000
	} 

PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: underline; color:#990000;}
A:visited {text-decoration: underline; color: #990000;}
A:active  {text-decoration: underline; color: #990000;}
A:hover   {text-decoration: underline; color: #990000;}

