a.nav:link, a.nav:visited, a.nav:active {
font-size: 12px;
text-decoration: none;
color: #3C4F64;
}

a.nav:hover {
font-size: 12px;
text-decoration: underline;
color: #FF4800;
}

a:link, a:visited, a:active {
font-size: 12px;
text-decoration: none;
color: #000;
}

a:hover {
font-size: 12px;
text-decoration: underline;
color: #FF4800;
}