A:link {
 color: #990000;
 text-decoration: none
}
A:visited {
 color: #990000;
 text-decoration: none
} 
A:hover {
 color: #990000;
 text-decoration: underline
}
A:active {
 color: #000000;
 text-decoration: bold
}