body {
    background-color: black;
    color: white;
    font-family: monospace;
}

a, a:active, a:hover, a:link, a:visited {
    color: white;
    text-decoration: underline;
}