body
{
    font-weight: normal;
    font-size: 10px;
    text-transform: none;
    color: gray;
    font-family: Arial, Verdana;
    text-decoration: none;
}
A:link
{
    font-weight: bold;
    font-size: 10px;
    text-transform: none;
    color: Blue;
    font-family: Arial, Verdana;
    text-decoration: underline;
}
A:visited
{
    font-weight: bold;
    font-size: 10px;
    text-transform: none;
    color: Maroon;
    font-family: Arial, Verdana;
    text-decoration: none;
}
A:hover
{
    font-weight: bold;
    font-size: 10px;
    text-transform: none;
    color: Red;
    font-family: Arial, Verdana;
    text-decoration: underline;
}
.heading
{
    border-right: none;
    border-top: none;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    border-left: none;
    color: #646161;
    padding-top: 6px;
    padding-left: 50px;
    border-bottom: none;
    font-family: Arial, Verdana;
    position: absolute;
    background-color: #d1d9aa;
    text-decoration: none;
}
DIV
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    position: absolute;
    border-bottom-style: none;
}
P
{
    padding-right: 4px;
    padding-left: 4px;
    
    padding-top: 4px;
    font-size: 10px;
    color: black;
    font-family: Arial, Verdana;
    text-decoration: none;
}
LI
{
    list-style-type: none;
}
