    body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11pt;
        color : #000000;
        background-color : #ffffff;
    }
    a:link {
        color : #ff0000;
        text-decoration : underline;
    }
    a:hover {
        color : #ff0000;
        text-decoration : none;
    }
    a:visited {
        color : #ff0000;
    }
    td {
        font-family : Verdana;
        font-size : 11pt;
    }
    hr {
        height : 1px;
        color : #000000;
        text-align : center;
    }
    h1 {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 1px;
    }
    h2 {
        font-size: 16px;
        font-style: italic;
        text-align: left;
        margin-bottom: 1px;
        margin-top: 1px;
    }