.blue {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size:12px;
color: #050A2A;
font-weight : normal;
text-decoration : none;
}
.blue A {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #050A2A;
font-weight : BOLD;
text-decoration : underline;
}
.blue A:Hover {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #B10D68;
font-weight : BOLD;
text-decoration : underline;
}
.white {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
font-weight : normal;
text-decoration : none;
}
.white A {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
font-weight : BOLD;
text-decoration : underline;
}
.white A:Hover {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #B10D68;
font-weight : BOLD;
text-decoration : underline;
}
