body {
    background: black;
    color: white;
}

#content, td {
    background: black;
    color: #999;
    margin-right: auto;
    margin-left: auto;
    font-size: 125%;
    font-family: 'Source Sans Pro', helvetica, sans serif;
}

#content a {
    color: #d33;
    text-decoration: none;
}

#content a:hover {
    color: #d33;
    text-decoration: underline;
}


