/* 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: 8pt; color:#3399FF;
	} 
	


PRE 		{ font-family: Courier, monospace; } 

A:link    {text-decoration: none; color:#6699FF;}
A:visited {text-decoration: none; color: #0099FF;}
A:active  {text-decoration: none; color: #0099FF;}
A:hover   {text-decoration: none; color: #0099FF;}

.whitetext {
color:#FFFFFF;
}

.lightbluetext {
color:#33CCFF;
}
