html {
    font-family: "Courier 10 Pitch";
    background-color: lightblue;
    color: dimgray;
}
a {
    text-decoration: none;
    color: coral;
}
div.top, div.logo {
    background-color: white;
}