a.class1 {
font-family: Arial;
font-size:12px;
color: #004FCF;
font-weight:bold;
text-decoration: none;
}
a.class1:hover {
font-family: Arial; 
font-size:12px;
color: #FF6600;
font-weight:bold;
}
a.class2 {
font-family: Arial;
font-size:12px;
color: #004FCF;
font-weight:none;
text-decoration: none;
}
a.class2:hover {
font-family: Arial; 
font-size:12px;
color: #FF6600;
font-weight:none;
}
a.class3 {
font-family:Arial;
font-size:10px;
color:#004FCF;
line-height:12px;
text-decoration:none;
}
a.class3:hover {
font-family:Arial;
font-size:10px;
color:#FF6600;
line-height:12px;
text-decoration:none;
}
