body {
    background: white;
    color: black !important;
    font-size: 10pt;
    font-family: serif;
}

h1 {
    font-size: 16pt !important;
}

h2 {
    font-size: 14pt !important;
}

h3 {
    font-size: 12pt !important;
}

caption {
    font-size: 12pt !important;
}

.contentwrapper {
    width: auto;
    margin: 0 5%;
    border: 0;
    padding: 0;
}

#logobar, #mainmenu, #footer, .print-link {
    display: none;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}