<style>  /* Properties for the normal class -- unhighlighted state*/
  .normal  {
  	font-family : sans-serif;
  	font-size : 10pt;
  	font-weight : bold;
  	color : #003399;
  }
  
  /* Highlight class -- for the highlighted state, which reverses the 
   foreground and background colors*/
  .highlight  {
  	font-family : sans-serif;
  	font-size : 10pt;
  	color : #003399;
  	background-color : white;
  	font-weight : bold;
  	text-decoration : none;
  }
  
  A:link  {
  	font-family : "Verdana,Arial,Helvetica";
  	font-size : 9pt;
  	color : navy;
  	border-style : groove;
  }
  
  A:hover  {
  	font-family : "Verdana,Arial,Helvetica";
  	font-size : 9pt;
  	color : blue;
  }
    
  </style>
