/* Style Sheet to remove underlines on links and set font */

A:link    {text-decoration: none; color: #000066}
A:visited {text-decoration: none; color: #333333}
A:active  {text-decoration: none}
A:hover   {text-decoration: underline; color: #0000FF}

body, td, th, ul, dl, ol, h1, h2, h3, h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
}
tt, pre {
		font-family: monospace;
}
