﻿body
{
    color: black;
    font-size: 10pt;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    text-align: left;
    list-style-position: outside;
    list-style-type: disc;
    background-color: gray;
}

.reverse
{
    background-color: black;
    color: White;
}

H3
{
    border: medium double #2A72D4;
    color: #2A72D4;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    background-color: #324651;
}

H4
{
    color: #7F00FE;
    font-size: 13pt;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    text-align: center;
    font-weight: bold;
    text-decoration: underline overline;
}

H5
{
    font-style: normal;
    font-size: 11pt;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    text-align: center;
}

H6
{
    color: #00CC00;
    font-size: 12pt;
    font-family: 'Trebuchet MS' , Verdana, Arial;
    text-align: center;
    font-weight: bold;
}