BODY    {
    color: black;
    font-size: 16px; 
    font-weight: normal;
    font-family: Times New Roman, Arial, helvetica, sans-serif;
    }
TD    {
    font-size: 16px; 
    }
.kittitle        {
        font-family: "Arial";
        font-size: 18px;
        font-weight: bold;
        color: white;
        background: #772200;
        padding:2px;
        border:2px solid;
        border-color:black;
        }
.heada        {
        font-family: "Arial";
        font-size: 32px;
        font-weight: bold;
        color: black;
        }
.headb        {
        font-family: "Arial";
        font-size: 32px;
        font-weight: bold;
        color: black;
        }
H2        {
        font-family: Times New Roman;
        font-size: 24px;
        font-weight: bold;
        color: #772200;
        }
H3        {
        font-family: Times New Roman;
        font-size: 16px;
        font-weight: bold;
        color: black;
        line-height:16px;
        }

A:link        {
        color:#003399;
        text-decoration: none;
        }
A:visited    {
        color:#440044;
        text-decoration: none; }
A:hover        {
        color:#ff4422;
        text-decoration: underline;
        }
    
