﻿* 
{
    font-family: Arial;
    font-size: 10pt;
}

body
{
    margin: 0px 0px 0px 0px;
}

a.nav
{
    color: #fff;
    text-decoration: none;
}

a.nav:hover
{
    text-decoration: underline;
}

#container
{
    background-color: #b0c4de;
}

#content
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#title
{
    padding-left: 10px;
    padding-top: 20px;
    font-size: 16pt;
    color: #396cb8;
    font-weight: 700;
    border-bottom: dashed 1px #396cb8;
}

a
{
    color: #396cb8;
}

a:hover
{
    text-decoration: none;
}