html {
    font-size: 11pt;
}

body {
    background-color: #111111;
    color: #eeeeee;
    padding: 0 0 0 0;
    margin: 3pt;
    font-family: sans-serif;
    font-weight: normal;
}

pre, code {
    font-family: "Courier New", Courier, monospace;
}

strong {
    font-weight: bold;
}

q, em, var {
    font-style: italic;
}

/* fixup IE & Opera
 * otherwise they forget to inherit
 * the computed font-size value
 */
table, code {
    font-size: 1em;
}

/* normal links           */
/* ====================== */
a:link, a:visited, a:hover, a:active {
    color: #791234;
    background-color: inherit;
    text-decoration: none;
}


