body {
background-color: #000000;
}

a:link {
color: #009933;
text-decoration: none;
}

a:visited {
color: #006633;
text-decoration: none;
}

a:hover {
color: #00cc33;
text-decoration: underline;
}