a:visited {
color : #990000;
background-color : transparent;
text-decoration : none;
}

a:link {
color : #990000;
background-color : transparent;
text-decoration : none;
}

a:hover {
color : #006699;
background-color : transparent;
text-decoration : blink;
}
