body {
background-color: black;
font: 10pt Verdana;
color: white
}

a {
font-weight: bold;
color: blue;
text-decoration: none
}

a:hover {
color: white
}