/*
A:visited {
   color: red;
   background: blue;
   font-style: italic;
   text-decoration: line-through;
   } 
*/


A:hover {
   text-decoration: underline;
   color: #0033CC;
   background: #FFFF66;
   font-size: small;
   font-weight: normal;
; font-family: Verdana, Arial, Helvetica, sans-serif
   }

