/* Style Sheet to remove underlines on links and set font */

A:link    {text-decoration: none}
A:visited {text-decoration: none}
A:active  {text-decoration: none}
A:hover   {text-decoration: none; color: #FF0000}

BODY,TD,TH,UL,DL,OL,H1,H2,H3,H4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
}
TT,PRE {
		font-family: monospace;
}
