﻿A.headerlink 
{
    color: Blue;
    text-decoration: none;
}

A.headerlink:visited
{
    color: Blue;
    text-decoration: none;
}
A.headerlink:hover
{
    color: Red;
    text-decoration: none;
}

.mainbody
{
    font-family: Verdana, Arial, helvetica;
    font-size: small;
    color: Black;
    background-color: White;
    margin-top: 20px;
    margin-left: 220px;
    display:block;
}

.popoutbody
{
    font-family: Verdana, Arial, helvetica;
    font-size: small;
    color: Black;
    background-color: White;
}
    
ul
{
    list-style-image: url(images/redball.gif);
    list-style-type: disc;
}   

li
{
    padding-bottom: 5px;
}

A.bodylink 
{
    color: Blue;
    text-decoration: none;
}

A.bodylink:visited
{
    color: Blue;
    text-decoration: none;
}
A.bodylink:hover
{
    color: Red;
    text-decoration: none;
}


.body 
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.footer
{
    clear: both;
    margin-left: 220px;
    margin-right: 10px;
    font-family: Verdana, Arial, helverica;
    font-size: xx-small;
    font-weight: bold;
    position: relative;
}

