﻿body 
{
    background-color: rgb(139, 166, 255);
}

a:link 
{
    color: rgb(255,255,255);
    font-weight: bold;
}

a:hover 
{
    color: rgb(255,255,255);
    font-weight: bold;
}

a:visited 
{
    color: rgb(255,255,255);
    font-weight: bold;
}

.container 
{
    width: 750px;
    min-width: 750px;
    max-width: 750px;
    margin: 0px auto;
}

.header 
{
    width: 750px;
    min-width: 750px;
    max-width: 750px;
    margin: 0px auto;
    border-bottom: 1px solid rgb(0,0,255);
}

.menu
{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    float: left;
}

.footer 
{
    width: 750px;
    min-width: 750px;
    max-width: 750px;
    margin: 0px auto;
    clear: left;
    border-top: 1px solid rgb(0,0,255);
}

.content 
{
    width: 550px;
    min-width: 550px;
    max-width: 550px;
    float: left;
}

.style3
{
    color: #FFCC00;
}
.style4
        {
            width: 100%;
        }
    .style5
{
    text-align: center;
}

