<style type="text/css">	
	

a:hover {
	text-decoration: none;
}

BODY { background: White; color: black}
  A:link { color: blue }
  A:visited { color: blue }
  A:active { color: blue }
  body, td {
	font-family : Arial ;
	font-size : 10pt;
}
 A.nav:link { color: #99CC00; text-decoration: none; }
  A.nav:visited { color: #99CC00; text-decoration: none; }
  A.nav:hover { color: white; text-decoration: none; }
  A.nav:active { color: #99CC00; text-decoration: none; }

H3 {
	font-family : Helvetica, Arial;
	font-size : xx-small;
	font-style : normal;
	color :  gray;
}

.navlinks
{ 
A:link { color: #99CC00; text-decoration: none; }
A:visited { color: #99CC00; text-decoration: none; }
A:hover { color: white; text-decoration: none; }
A:active { color: #99CC00; text-decoration: none; }
 
 }