body 
{
    margin: 30px 0 0 10px;
    background-color: #00008b;
    font-family: Arial;
    color: black;
}

table
{
    font-family: Arial;
    color: black;
    font-size: 13px;  
}


A, A:active, A:link, A:visited
{
    color: #cccccc;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
}

A:hover
{
    background-color: #0000cd;
    color: White;
    font-family: Arial;
    font-size: 14px;
}

A, A.bodylink:active, A.bodylink:link, A.bodylink:visited
{
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}

A.bodylink:hover
{
    background-color: #0000cd;
    color: White;
    font-family: Arial;
}

.sectionhead
{
    font-family: Arial;
    color: black;
    font-size: 16px;
    font-weight: bold;	
}

.notes
{
    font-family: Arial;
    color: black;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;	
}


