body {
    font-family: sans-serif;
    font-size: small;
/*    margin: 0;
    padding: 0px;
*/
}
a:link, a:visited, a:active, a {
    font-family: sans-serif;
    font-size: small;
    text-decoration: none;
    color: blue;
    font-weight: bold;
}
a:hover {
    font-family: sans-serif;
    font-size: small;
    text-decoration: none;
    color: blue;
    background-color: yellow;
}
a.menu:link, a.menu:visited, a.menu:active, a {
    border: 1px none;
    font-family: sans-serif;
    font-size: small;
    text-decoration: none;
    color: blue;
    font-weight: bold;
}
a.menu:hover {
    border: 1px solid blue;
    font-family: sans-serif;
    font-size: small;
    text-decoration: none;
    color: blue;
    background-color: #999999;
}
img {
    border: 0px none #FFFFFF;
}
div.center {
    text-align: center;
}
div.letters {
    text-align: center;
    font-weight: bold;
    font-size: huge;
}
table.main {
  padding: 2px;
  margin: 4px;
  width: 100%;
}
td.sidebar {
    vertical-align: top;
    background-color: #999999;
    width: 8%;
    text-align: right;
}
td.content {
    vertical-align: top;
}

