<style type="text/css"> 

A:link  {
 	color : "#0000FF";
 }
 
 A:visited  {
 	color : "#0000FF";
 }
 
 A:hover  {
 	color : "red";
 }
 
 .nav  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 7.5pt;
 	font-weight : bold;
 	color : #000000;
 	text-decoration : none;
 }
 
 .linktext  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 7.5pt;
 	color : #3333CC;
 	text-decoration : none;
 	font-weight : normal;
 }
 
 A.linktext:hover  {
 	text-decoration : none;
 	color : blue;
 }
 
 .regtext  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 7.5pt;
 	font-style : normal;
 	font-weight : normal;
 	color : #333333;
 	text-decoration : none;
 }
 
 .guidebar  {
 	font-size : 9;
 	font-family : Verdana;
 	color : White;
 	text-decoration : none;
 }
 
 
 </style>