body, p, td, th, h1, h2, h3 {
    background-color: #000044;
    font-family: Arial, Helvetica, Sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 11pt;
    vertical-align: top;
}

a {
    color: #9999ff;
    text-decoration: underline;
}

.link {
    font-weight: bold;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: #ffff00;
}

.rev {
    background-color: #444444;
}

h1 {
    font-size: 21pt;
    font-weight: bold;
}

h2 {
    font-size: 17pt;
    font-weight: bold;
}

h3 {
    font-size: 14pt;
    font-weight: bold;
}

small {
    font-size: 8pt;
}