html {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Georgia, serif;
}

#tabletop {
    background-color: #202020;
}

main p {
    margin-top: -10px;
}

a:link {
    color: #00FFFF;
}

a:visited {
    color: #FF00FF;
}

a:active {
    color: #00FFFF;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
}

footer p {
    text-align: right;
    color: #FF0000;
    font-size: 12px;
    margin-right: 8px;
}