﻿body
{
    font-size: 10pt;
    color: black;
    font-family: Verdana, Sans-Serif;
}
H1
{
    font-weight: bold;
    font-size: 24pt;
    color: firebrick;
    font-family: Verdana, Sans-Serif;
    margin-top: 2px;
    margin-bottom: 4px;
}
H2
{
    font-weight: bold;
    font-size: 18pt;
    color: navy;
    font-family: Verdana, Sans-Serif;
    margin-top: 0px;
    margin-bottom: 2px;
}

UL
{
    margin: 0px 0px 0px 16px;
}
LI
{
    list-style-type: disc;
}
H3
{
    font-weight: bold;
    font-size: 10pt;
    margin: 0px 0px 2px;
    color: Navy;
    font-family: Verdana, Sans-Serif;
}
H4
{
    font-weight: bold;
    font-size: 14pt;
    color: firebrick;
    font-family: Verdana, Sans-Serif;
    margin: 0px;
}
.SubHead
{
        font-weight: bold;
    font-size: 10pt;
    color: navy;
    font-family: Verdana, Sans-Serif;
    margin-top: 0px;
    margin-bottom: 2px;
}
.Head
{
      font-weight: bold;
    font-size: 20pt;
    color: firebrick;
    font-family: Verdana, Sans-Serif;
    margin-top: 2px;
    margin-bottom: 4px;
}
.ReverseLinks
{
    font-size: 8pt; 
    color: white; 
    font-family: Arial;
    text-decoration: underline;
}

#Menu
{
    color: lightsteelblue;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
#Menu a:hover
{
    color:white;
}
#Menu a
{
    color: lightsteelblue;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
#Menu2
{
    color: navy;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}
#Menu2 a:hover
{
    color:white;
}
#Menu2 a
{
    color: navy;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}


A:link
{
    color: navy;
}
A:visited
{
    color: Black;
}

.c1 {background-color: white;}
.c2
{
    background-color: gainsboro;
}