BODY { margin: 0; background: black}

td {
        color: white;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
}

a:link {
        color: blue;
        text-decoration: none;
}
a:visited {
        color: blue;
        text-decoration: none;
}
a:active {
        color: blue;
        text-decoration: none;
}
a:hover {
        color: blue;
        text-decoration: underline;
}
H1 { font-size: 10pt }
H2 { font-size: 8pt }
H3 { font-size: 7pt }

