a:link {
  font-family : Verdana, Arial, Times New Roman;
  color : #004294;
  visibility : visible;
  font-weight : bold;
  text-decoration : none;

}
a:visited {
  font-family : Verdana, Arial, Times New Roman;
  color : #004294;
  visibility : visible;
  font-weight : bold;
  text-decoration : none;
}
a:hover {
  font-family : Verdana, Arial, Times New Roman;
  text-decoration : underline;
  font-weight : bold;
  color : #0063DC;
  visibility : visible;
}
a:active {
  font-family : Verdana, Arial, Times New Roman;
  color : #004294;
  visibility : visible;
  font-weight : bold;
  text-decoration : none;
}
