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