A:link {
   color: #ffffff;
   font-style: Verdana;
   font-size: 13px;
   font-weight: bold;
   }

A:active {
   color: #ffffff;
   font-style: Verdana;
   font-size: 13px;
   font-weight: bold;
   }

A:visited {
   color: #ffffff;
   font-style: Verdana;
   font-size: 13px;
   font-weight: bold;
   }
A:hover {
   color: black;
   font-style: Verdana;
   font-size: 13px;
   font-weight: bold;
   text-decoration:underline;
   }
   
   
A.link2:link {
   color: black;
   font-style: Verdana;
   font-size: 12px;
   font-weight: normal;
   }

A.link2:active {
  color: black;
   font-style: Verdana;
   font-size: 12px;
   font-weight: normal;
   }

A.link2:visited {
  color: black;
   font-style: Verdana;
   font-size: 12px;
   font-weight: normal;
   }
A.link2:hover {
   
   color: #FA0303;
   font-style: Verdana;
   font-size: 12px;
   font-weight: normal;
   text-decoration:underline;
   }