a:link {text-decoration: none; color: #004C98} 
a:visited {text-decoration: none; color: #004C98} 
a:active {text-decoration: none; color: #004C98} 
a:hover {text-decoration: underline; color: #004C98}
BODY {scrollbar-darkshadow-color:#A1A1A1}

a:hover.hover1 {
text-decoration:underline;
color:white;
}

a:active.hover1 {
text-decoration:underline;
color:white;
}

a:link.hover1 {
color:white;
}

a:visited.hover1 {
color:white;
}