a:link
 {
  text-decoration : none;
  color : #002577;
  font-weight : bold;
  font-family: Verdana;
  font-size: 10px;
 }

a:hover
 {
  text-decoration : underline;
  color : #1978B6;
  font-weight : bold;
  font-family: Verdana;
  font-size: 10px;
 }

a:active
 {
  text-decoration : underline;
  color : #000000;
  font-weight : bold;
  font-family: Verdana;
  font-size: 10px;
 }

a.:visited
 {
  text-decoration : none;
  color : #000000;
  font-weight : bold;
  font-family: Verdana;
  font-size: 10px;
 }