<!-- <style type="text/css"> -->
    BODY {
        margin: 10px 30px;
    }
    TABLE {
        font-family: georgia, serif;
        font-size: 14pt;
        padding: 15px;
    }
    TH {
        border-bottom: solid 1px black;
        font-size: 24pt;
        font-weight: bold;
        padding-top: 30px;
    }
    H1 {
        font-size: 42pt;
    }
    H2 {
        font-size: 32pt;
    }
    H3 {
        font-size: 20pt;
    }
    H4 {
        #color: #666;
        color: #003366;
        #background-color: #fee;
        background-color: #99FFFF;
        border: solid 1px #caa;
        margin: 10px 0px 5px 0px;
        padding: 5px;
        font-size: 18pt;
    }
    P {
        margin: 10px 15px 5px 15px;
    }
    TD.sections {
        background: black;
        color: white;
        font-family: georgia, serif;
        font-weight: bold;
        font-size: 9pt;
        padding: 5px;
    }
    TD.sections A         { color: #CCEEFF; }
    TD.sections A:link    { color: #CCEEFF; }
    TD.sections A:visited { color: #CCEEFF; }
    TD.sections A:active  { color: #EEEEEE; }
    TD.sections A:hover   { color: #EEEEEE; }

    P.example1 {
        #text-align:center;
        background-color: #CCCCCC;
        color: black;
        font: italic 10pt/22pt georgia; 
        #font-family: georgia, serif;
        font-weight: normal;
        font-size: 12pt;
        padding: 5px;
        margin-left: 20px;
        margin-right: 500px;
    }
    P.example2  {
        border: solid 1px #DDD;
        background-color: #EEE;
        font-family: georgia, serif;
        font-size: 12pt;
        font-weight: bold;
        padding: 5px;
    }
    P.example3 {
        font: italic 10pt/22pt georgia; 
        border: solid 1px #EED;
        background-color: #CCFFCC;
        font-size: 14pt;
        color: black;
        padding: 5px;
    }
    .big {
        font-size: 15pt;
    }
    .big-red {
        font-size: 15pt;
        color: red
    }
    .footer {
        border: solid 1px #EED;
        background-color: #CCFFCC;
        font-size: 9pt;
        color: black;
        padding: 5px;
    }
    .pagenum {
        font-size: 8pt;
        color: green
    }
    .text {
        font-family: georgia, serif;
        font-size: 14pt;
    }
<!-- </style><br /> -->

