html, body {
    background-color: #fff;
    color: #000;
    font: normal 12pt serif;
    line-height: 140%;
}

a {
    color: #00f;
    text-decoration: underline;
}

a:after {
    content: " <" attr(href) ">";
}

pre {
    font: normal 1.3em monospace;
}

table.options tr td {
    vertical-align: top;
}

.screen-only {
    display: none;
}
