body {background-repeat: repeat-x; }

a:link {
color: #990000;
text-decoration: none;
}

a:visited {
color: #990000;
text-decoration: none;
}

a:hover {
color: #000000;
background-color: #CCCCCC;
text-decoration: none;
}

a:active {
color: #990000;
text-decoration: none;
}