html, body {
    background-color: #fff;
    color: #000;
    font: normal 14px sans-serif;
    line-height: 140%;
}

a:link {
    color: #00f;
    text-decoration: underline;
}

a:visited {
    color: #606;
    text-decoration: underline;
}

a:hover {
    color: #f00;
    text-decoration: none;
}

a:active {
    color: #f00;
    text-decoration: underline;
}

pre {
    font: normal 1.3em monospace;
}

table.options tr td {
    vertical-align: top;
}
