body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    margin: 0;
}

h1 { margin: 0; padding: 1em 0; }
h2 { font-size: medium; margin: 0; padding: 1em 0 0 0; }
h2.date { font-size: x-small; color: #aaa; padding: 0; }
.sidebar h2 { font-size: small; padding: 0; }
.sidebar h3 { font-size: x-small; padding: 0; }

p { line-height: 150%; }

acronym { cursor: help; border-bottom: dashed 1px; }

img {
    border: 1pt;
    border-color: #000;
}


hr { border: 1px gray solid; margin: 1em 12em; }

div#master {
    width: 46em;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}



a:link { color: #921609; text-decoration: none; }
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#content {
    background: white;
    font-size: small;
    color: #444;
    text-align: justify;
    padding: 1em 0;
}

div.item {
    padding: 0 0.5em 0 1em;
}


ul { padding: 0 0 0 3em; }
ul.links { list-style-type: none; }

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #fff;
    font-size: x-small;
    text-align: right;
}
#footer a { color: #eee }

#bottommenu {
    background: #fff;
    font-size: x-small;
    text-align: center;
    color: #aaa
}
#bottommenu a { color: #000 }
