 a:link    { text-decoration:none;   font-weight:bold;   color:blue; }
 a:visited { text-decoration:none;   font-weight:bold;   color:navy; }
 a:active  { text-decoration:none;   font-weight:bold;   background-color:#FFFFFF; }
 a:hover   { text-decoration:none;   font-weight:bold;   background-color:#7FDFFF; }
 body      {font-family:arial; font-size:10pt}