A:visited , A:link , A:active {
  font-size : 10px;
  font-family : verdana;
  color : blue;
  background : transparent;
  text-decoration : none;
}


A:hover {
  font-size : 10px;
  font-family : verdana;
  color : red;
  background : transparent;
  text-decoration : none;
}


