﻿body
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
    background-repeat: repeat;
}


a:link
{
    text-decoration: none;
    color: #FFFFFF;
}

a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

a:hover
{
    text-decoration: none;
    color: #FF0000;
}

.main
{
    width: 950px;
    margin-left: -475px;
    left: 50%;
    height: 600px;
    margin-top: -300px;
    top: 50%;
    position: absolute;
    border: 0px none #0000FF;
    background-color: #0000FF;
}


h1
{
font-size: large;
text-align: left;
font-weight: bold;
height: 19px;
position: absolute;
top: 5px;
left: 10px;
width: 370px;
}
