body {
    background: white;
    font-size: 12pt;
}

#menu, #footer, #header {
    display: none;
}

#body {
    color: black;
    background: transparent none;
    border: none;
}

#chest > table {
    border: none;
}

.beg_cutout {
    font-size: 26pt;
}

#body a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

#body a[href^="/"]:after {
    content: " (http://bioinformatics.psb.ugent.be" attr(href) ") ";
}
