html, body {
    color: #5c3317;
    background: #d5b77a;
    font-size: 1em;
    font-family: sans-serif;
}
p, th, td, li, dd, dt {
    font-size: 1em;
    font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #422214;
    font-family: sans-serif;
}
/* pre {
    color: #000000;
    background: #eaeaae;
    border: 3px double #603311;
    overflow: auto;
    font-family: monospace;
} */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; visibility:hidden; }
a:link { color: #4f4f2f; }
a:visited { color: #414F12; }
a:hover { color: #4f4f2f; }
a:active { color: #385e0f; }
p.soon {
    font-weight: bold;
    font-style: italic;
    color:  #8b1a1a;
}
p.notice {
    font-weight: lighter;
    font-style: italic;
    font-size: 0.8em;
    color: #615e3f;
}
p.fixed {
    font-family: monospace;
}

