body
{
    font-family: "Verdana";
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p, li
{
    font-size: small;
}
tt
{
    font-size: medium;
}
.menu
{
    list-style-type: none;
    text-align: center;
}
.menu li
{
    margin-left: -35px;
    margin-bottom: 1.5em;
    font-size: x-small;
    }
.menu a
{
    color: White;
}

.column
{
}
#leftcontent
{
    text-align: center;
    width: 100%;
    background-color: #336699;
}
#content
{
    margin-left: 170px;
}
.title
{
    font-size: xx-large;
    font-weight: bold;
    color: #333399;
}
