body {
    background-color: black;
    font-family: 'Cambria';
     }

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: blue;
}

td {
    color: white;
    vertical-align: top;
}

