<style> P  {}
 
 H1  {}
 
 H2  {}
 
 H3  {}
 
 A  {
 	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
 }
 
 A:Visited  {
 	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
 }
 
 A:Active  {
 	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
 }
 
 A:Hover  {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
 }
 
 BODY  {
 	font-family : Verdana;
 	font-size : 8.5pt;
 }
 
 INPUT  {
 	font-family : Verdana;
 	font-size : 8.5pt;
 }
 
 TD  {
	font-family : Verdana;
 	font-size : 8.5pt;
	line-height: 190%;
 }
 
 </style>