body {
    font-family: Verdana,Helvetica;
    font-size: 9pt;
    color: black;
    background-color: #f0f0f0;
}
h1 {
    font-size: 14pt;
    color: navy;
}
h2 {
    font-size: 12pt;
    color: navy;
}
h3 {
    font-size: 10pt;
    color: navy;
}
h4 {
    font-size: 9pt;
    color: navy;
}
table {
    spacing: 10pt;
}
td {
    font-size: 9pt;
    background-color: #f0f0f0;
}
a:link {
    color: #000080;
}
a:visited {
    color: #000080;
}
a:active {
    color: #000080;
    font-style: italics;
}
a:hover {
    color: #800000;
    font-style: italic;
}
