body {
    background-color: black;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

a:not(:hover) {
    text-decoration: none;
    color: blue;
}