address, blockquote, body, div, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, span, th, td, ul {
 font-family: verdana, helvetica, sans-serif;
 }
 
ADDRESS, BLOCKQUOTE, BODY, DIV, DL, OL, P, PRE, SPAN, TH, TD, UL {
 font-size: 13px;
 }
 
a:link, a:visited {
	color: green;
	text-decoration: underline;
	}
 
a:link:hover, a:link:visited:hover {
    color: #fff;
    text-decoration: underline;
    } 
	
a.topnav:link, a.topnav:visited {
   color: white;
	text-decoration: none;
	}
	
a.topnav:link:hover, a.topnav:visited:hover {
   color: white;
	text-decoration: underline;
	}
	
p.footer {
 font-size: 11px;
 color: #fff;
 }