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