html, body { 
    color: black; 
    font-family: sans-serif; 
    font-size: 11pt;
    margin: 4pt;
    background: #fff; 
    text-align:left;
}

p { 
    margin-top:    3pt;
    margin-bottom: 3pt;
    margin-left:   0pt;
    margin-right:  0pt;
}

a         { font-weight: bold; text-decoration: none}
a:link    { color:#083A6D; }
a:visited { color:#386DA2; }
a:hover   { color:#245789; text-decoration:underline }
a:active  { color:#245789; text-decoration:underline }
a:focus   { color:#245789; text-decoration:underline }

.footer   { font-size: 9pt; font-style:italic; }
h1        { font-size: 22pt; font-weight:bold; }
h2        { font-size: 16pt; font-weight:bold; }


