html,
body {
    background: white;
}
body {
    color:      black;
    padding:    0;
    margin:     0;
}
div.base1,
div.base2 {
    width:      100%;
}
div#content {
    margin-top:     1eM;
    padding-bottom: 56px;
}
div#foot {
    border-top: 3px double black;
    position:   static;
}
div#iconset,
form#search,
img#circle,
span#subtitle,
div#navigation,
div#searching,
p#help {
    display:    none;
}
p.rationale {
    color:      #666;
}

h1 { padding-left: 0.5eM; }
h2 { padding-left: 0; }

a, h1, h2, h3 {
    color:          black !important;
    font-weight:    bold;
    text-shadow:    none !important;
}
code {
    color:          black;
    background:     silver;
}

div#foot {
    background-image: none;
}
