﻿body
{
    font-family: "Verdana";
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p, li
{
    font-family: "Verdana";
    font-size: small;
}
tt
{
    font-size: medium;
}
.menu
{
    list-style-type: none;
    text-align: left;
}
.menu li
{
    margin-left: -20px;
    margin-bottom: 1.5em;
    font-size: medium;
    font-weight: normal;
}
.menu a
{
    color: White;
}

.column
{
}
#leftcontent
{
    text-align: center;
    width: 150px;
    float: left;
    background-color: #336699;
}
#content
{
    margin-left: 170px;
}
.title
{
    font-size: xx-large;
    font-weight: bold;
    color: #333399;

}
code 
{
	font-size: medium;
}
