body {
    background-image: none;
    background-color: #696969 /* dim gray */;
    vertical-align: top;
    margin-top: 10px;
}
td {
    background-color: #C80000; /* dark red */
    text-align: center;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}
a:hover {
    color: black;
}
a {
    text-decoration: none;
    color: white;
}