/* Author: David Vachulka */
body {
    font-family: 'Times New Roman', serif;
    background: #FFFFFF;
    color: #000000;
}
#main_menu {
    display: none;
}
#sidebar {
    display: none;
}
#footer {
    font-size: 0.8em;
}
.navigation a, .navigation a:visited {
    display: none;
}
.validators {
    display: none;
}
.screenshot {
    float: left;
    width: 140px;
    height: 190px;
    text-align: center;
    margin: 5px;
    padding: 5px;
}
.screenshot_img {
    height: 165px;
}
.clear {
    clear: both;
}
h1, h2, h3 {
    margin-bottom: 0;
}
h3 a {
    text-decoration: none;
    background: #FFFFFF;
    color: #000000;
}
a, a:visited {
    color: #0000FF
}
small {
    font-size: 0.8em;
}
