html {
    font-size: 11pt;
}

body {
    background-color: #bbcccc;
    color: #111111;
    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 {
    background-color: inherit;
    text-decoration: none;
}
a:link {
    color: #aa1234;
}
a:visited {
    color: #123479;
}
a:hover, a:active {
    color: #347912;
}


