BODY, H1, .H2, P, UL, LI, .name, ADDRESS, .date, A {
      font-family : Arial, Helvetica, sans-serif;
}

BODY, P, ADDRESS, UL { color : #668; }

H1, .H2, .name, .date { color : #446; }
.H2, P, UL, LI  {
        font-size : small;
}

BODY {
    background : #FFF;
        margin-top : 20pt;
        margin-left : 20pt;
        margin-right : 30pt;
}

H1 {
    font-size : medium;
        text-transform : uppercase;
        margin : 20pt 0pt 0pt 0pt;
        padding : 0pt 0pt 0pt 0pt;
}

.H2 {
        font-weight : bold;
        margin : 5pt 0pt 0pt 10pt;
        text-align : left;
        clear : none;
        /* background: #Fcc; */
}

.footnote {
        font-size : 8pt;
        margin : 5pt 5pt 5pt 30pt;
}

P, UL {
    margin : 0pt 0pt 0pt 30pt;
        text-align : left;
        /* clear: both; */
        /* background: #CFC; */

}

LI { list-style-type: disc }

.name {
    letter-spacing : 5pt;
        text-align : center;
        font-weight : bold;
}

ADDRESS {
    font-size : x-small;
    text-align : center;
        font-style : normal;
}

.date {
    /* display: inline; */
        float : right;
        text-align : right;
    font-size : x-small;
    font-weight : bold;
        margin : 0pt 0pt 0pt 0pt;
        width: 80pt;
        /* background: #CDC; */
}

.full {
        margin : 0pt 0pt 0pt 0pt;
}

A:link, A:visited, A:active { text-decoration: none }

A:link { color : #C66; }
A:visited { color : #B99; }
A:active { color : #F00; }
A:hover { color : #F99;
    text-decoration: underline;
}
