table {
    width: 100%;
}

#toptable {
    font-family: Arial, fixed;
    font-size: 48px;
    font-weight: bold;
    color: #81240C;
}
#toptable td {
    background: white;
    padding: 0;
    margin: 0;
}

#linkstable {
    text-align: center;
    background: #81240C;
}
#linkstable td {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    margin: 0;
    color: white;
    background: #81240C;
}
#linkstable a, a:visited {
    color: black;
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    padding: 10px;
}
#linkstable a:hover,a:focus {
    background: #33a;
}
#linkstable #active {
    background: white;
    color: black;
    border-bottom: none;
}

#maintable {
    font-family: verdana, sans;
}
#maintable td {
    background: white;
    color: black;
    padding: 0;
    margin: 0;
}

#body {
    background: white;
    color: black;
    padding: 10px;
    font-family: verdana, sans;
}
#bodylinks {
    width: 150px;
}
#bodylinks td {
    height: 50px;
}
#bodylinks a {
    color: black;
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    background: white;
    padding: 10px;
}
#bodylinks a:hover,a:focus {
    background: blue;
}

#nothing a, a:visited {
    color: black;
    display: inline;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    padding: 10px;
}