﻿body 
{
    background-color: #000066;
}

.mainWindow
{
    background-color: White;
    color: #000066;
    font-size: 10pt;
    font-family: Trebuchet MS, Arial;
    border: solid 3px #ff9900;
    padding: 11px;
    width: 750px;
    margin: 10px;
}

h1
{
    text-transform: uppercase;
    color: #ff9900;
}

ul
{
    clear: both;
    display: block;
    margin-top: 25px;
    padding: 0px;
    list-style-type: disc;
}

a
{
    color: #ff9900;
}

a:hover
{
    color: #000066;
}

li
{
    list-style-image: url(Image/link.gif);
    margin-left: 15px;
    margin-right: 15px;
    width: 220px;
    float: left;
}

li:hover
{
    list-style-image: url(Image/hover.gif);
    margin-left: 15px;
    margin-right: 15px;
    width: 220px;
    float: left;
}

p.linksection
{
    width: 728px;
    height: 30px;
}

div.image
{
    width: 350px;
    margin: 5px;
    margin-left: 0px;
    font-size: 8pt;
    font-style: italic;
    float: left;
    text-align: center;
    clear: right;
}