a:link {
   font-family: tahoma;
   font-size: 14px;
   color: #666666;
   background: #FFFFFF;
   text-decoration: none;
}

a:active {
   font-family: tahoma;
   font-size: 14px;
   color: #666666;
   background: #FFFFFF;
   text-decoration: none;
}

a:visited {
   font-family: tahoma;
   font-size: 14px;
   color: #666666;
   background: #FFFFFF;
   text-decoration: none;
}

a:hover {
   font-family: tahoma;
   font-size: 14px;
   color: #000000;
   background: #FFFFFF;
   text-decoration: underline;
}