* {
    position: static;
    background-color: #fff;
    background-image: none;
    color: #000;
}
body {
    font: 1em/1.4em Arial, Helvetica, Tahoma, sans-serif;
}
a {
    text-decoration: underline;
}
#pageNavigator {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #000;
}
#footer {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px solid #000;
}
#menuzone, .searchBox, #illustration, #links, .hidden, #hidden {
    display: none;
}