body {
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    font-style : normal;
    color : White;
    background-color : Black;
}

table {
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    font-style : normal;
    color : White;
}

td {
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    font-style : normal;
    color : White;
}

tr {
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    font-style : normal;
    color : White;
}

th {
    color : White;
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    font-weight : bold;
}

form {
    background-color : Black;
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    font-style : normal;
    color : White;
    }

A:LINK.menuLink {
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 11pt;
    font-style : bold;
    color : Black;
    text-decoration:none;
}

A:VISITED.menuLink {
    font-family : "MS Sans Serif", Geneva, sans-serif;
    font-size : 11pt;
    font-style : bold;
    color : Black;
    text-decoration:none;
}

A:HOVER.menuLink {
    font-style : bold;
    color : Red;
}

