a {
text-decoration : none;
color : black;
background-color : #ffffff;
}
a:hover {
text-decoration : underline;
color : #0033aa;
background-color : #ffffff;
}
