.Normal {
    font-family: "Times New Roman";
    font-size: 10pt;
    color: Black;
    margin: 5px;
    text-align: left
    }
H1 {
    font-family: "Times New Roman";
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: Black;
    text-align: center
    }
H2 {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: Blue;
    font-style: italic
    }
.leftcol {
    font-family: "Times New Roman";
    font-size: 8pt;
    color: #FFF;
    font-weight: bold;
    text-decoration: none
    }
.bottom {
    font-family: "Arial";
    font-size: 8pt;
    color: Red;
    font-weight: bold
    }