html, body {
    font-family: monospace, fixed-width;
    background-color: lightyellow;
}

a {
    color: black;
}

.homeLink {
    font-weight: bold;
}

#footer {
    font-size: 9pt;
    color: black;
}
