
body {
    margin: 1em;
    color: #000000;
    background-color: #ffffff;
}

a         { text-decoration: none; }
a:hover   { text-decoration: underline; }

a:link    { color: #aa5522; }
a:visited { color: #993300; }
a:active  { color: #ff0000; }

h1, h2, h3, h4 { color: #6666cc; }

div.ac  { vertical-align: top; text-align: center; }
p.ac    { vertical-align: top; text-align: center; }
td.al   { vertical-align: top; text-align: left; }
td.ar   { vertical-align: top; text-align: right; }

li {
    list-style-type: circle;
}

code, code.inline {
    font-family: monospace;
}

code.block {
    margin: 1em 1.5em;
    padding: 4px;
    color: black;
    background-color: #f7ebd2;
    border: 1px solid #f7d998;
    display: block;
    white-space: pre;
    overflow: auto;
}

ul.faq li p:first-child {
    font-style: italic;
}


@media print {

    h1, h2, h3, h4 {
        page-break-after: avoid;
    }

    .no-print {
        display: none;
    }

    a[href^="http://"]:after, a[href^="https://"]:after {
        content: " [" attr(href) "]";
    }

}

