.white {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#ffffff;
   text-decoration: none;
}
.white:hover {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#ffffff;
   font-weight:bold;
   text-decoration: none;
}
.grey {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#666666;
   font-weight:bold;
   text-decoration: none;
}
.grey:hover {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#666666;
   font-weight:bold;
   text-decoration: none;
}
.blue{
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#2A2C76;
   text-decoration: underline;
}
.blue:hover {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#2A2C76;
   text-decoration: none;
}
.greym {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#666666;
   text-decoration: none;
}
.greym:hover {
   font-family:verdana,tahoma,arial;
   font-size:12px;
   color:#666666;
   text-decoration: underline;
}