


<style type="text/css">	
	

a:hover {
	text-decoration: underline;
}

BODY { background: #9D421A; color: black}
  A:link { color: #692C0D; text-decoration: none; }
  A:visited { color: #692C0D; text-decoration: none; }
  A:active { color: #692C0D; text-decoration: none; }
  A:hover { color:#8A8B53; text-decoration: none; }
  body, td {
	font-family : Arial, Times New Roman, Tahoma ;
	font-size : 10pt;
}


  A.nav:link { color: blue; text-decoration: none; }
  A.nav:visited { color: black; text-decoration: none; }
  A.nav:hover { color: blue; text-decoration: underline; }
  A.nav:active { color: blue; text-decoration: none; }
  
  
  .style20
{ 
text-decoration: underline;
}

H2 {
	font-family : Tahoma, Arial;
	font-size : 8pt;
	font-style : normal;
	color :  #E7E7C6;
}

H3 {
	font-family : Helvetica, Arial;
	font-size : xx-small;
	font-style : normal;
	color :  #E7E3B1;
}

.navlinks
{ 
A:link { color: #blue; text-decoration: none; }
A:visited { color: #blue; text-decoration: none; }
A:hover { color: red; text-decoration: none; }
A:active { color: #blue; text-decoration: none; }
 
 }
</style>	
