body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 90%;
color: #000000;
background-color: #660000;
margin: 20px;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #ffffff;
background-color: #660000;
text-decoration: none;}