
body {
    font-size: 12pt;
}

/* Hieronder zijn de ID's en classes optioneel. Dit moet je wijzigen naar je eigen div-structuur. */
#header,
#index,
#topnav,
#columnleft,
#columnright,
#crumbtrail {
    display:none;
}

#content {
    float: none;
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
    overflow: visible;
    width: 90%;
}

