﻿body
{
    font-family: Arial;
}
.link
{
    text-decoration: none;   
}
.link:visited
{
    color: #0000FF;
}

#headertext
{
    position: absolute;
    top: 46px;
    left: 442px;
    height: 99px;
    width: 394px;
    font-size: xx-large;
}

#menu
{
    float: left;
    width: 200px;
    clear: both;
    margin-top: 10px;
}
#content
{
    padding: 20px;
    margin-left: 210px;
}
#footer
{
    clear: both;
    text-align: center;
    width: 100%;
}

.small
{
    font-size: small;
    
}

