﻿body
{
    font-family: Arial;
}
.link
{
    text-decoration: none;   
}
.link:visited
{
    color: #0000FF;
}
.header
{
    width: 970px;
    height: 305px;
}
.headerlabel
{
    position: absolute;
    left: 572px;
    top: 33px;
    font-size: xx-large;
    color: #0000FF;
}
.headerlabel2
{
    position: absolute;
    left: 574px;
    top: 91px;
    font-size: small;
    color: #0000FF;
    font-family: Arial;
}
.menu
{
    float: left;
    width: 200px;
}
.content
{
    margin-left: 200px;
    text-indent: 0px;
}

