body {
    background-color: #ffffff;
    font-family: sans-serif;
    font-size: 12px;
}

a:link {
    text-decoration: none;
    color: #1f3f5f;
}

a:active {
    text-decoration: none;
    color: #1f3f5f;
}

a:visited {
    text-decoration: none;
    color: #1f3f5f;
}

a:hover {
    text-decoration: underline;
    color: #5f7f9f;
}

table {
    font-size: 12px;
}

table#menu {
    border-style: solid;
    border-width: 1px;
    border-color: #9f7f5f;
    background-repeat: repeat;
    background-color: #ffe7bf;
    color: #9f7f5f;
}

td#active {
    color: #000000;
    text-decoration: underline;
}

td#title {
    color: #000000;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

p#info {
    font-family: sans-serif;
    font-size: 14px;
}
