

div {
    width: 60%;
    margin: 0 auto;
    font-family: verdana; 
    font-size: 10pt; 
}
#koppenbody {
    width: 100%;
    min-height: 110%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    color: white;
}

#koppenbody > div.wrapper {
    width: 60%;
    margin: 60px auto;
    padding: 8px;
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    border: 3px double white;
}

a:link, a:visited {
    color: #FF0000;
}

p.header {
    width: 100%;
    position: relative;
    left: 0px;
}
div.naar-archief, div.print-knop {
    text-align: right; 
}
div.naar-boven {
    text-align: left;
}
div.naar-overzicht-nummer, div.naar-jaargang {
    text-align: center;
}

p.uit-ravage {}
p.artikel-titel, .artikel-titel > b, p.kort-bericht-titel, p.kort-bericht-titel > b {
    font-size: 18pt;
    text-transform: capitalize;
    font-weight: 300;
}

p.artikel-subtitel, .artikel-subtitel > b {
    font-size: 15pt;
    text-transform: none;
    color: black;
}
p.kopje, .kopje > b {
    font-weight: 700;
    color: black;
}
p.frase, p.frase > b, p.frase > i, p.frase > b > i, p.frase > i > b {
    font-family: Times New Roman, times;
    font-size: 11pt;
    font-style: italic;
    font-weight: normal;
    margin: 0px;
}
p.auteurs-naam, p.auteurs-naam > b, p.auteurs-naam > i, p.auteurs-naam > b > i, p.auteurs-naam > i > b {
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
    font-stretch: ultra-condensed;
}
p.referenties, p.referenties > b {
    font-weight: normal;
    font-style: normal;
    font-size: 8pt;
}

p.referenties > i, p.referenties > b > i, p.referenties > i > b {
    font-weight: normal;
    font-style: italic;
    font-size: 8pt;
}

p.p-h1, p.p-h2 { /* als deze voorkomen in een html-element, dan moet de class van dat element gewijzigd wording in een zinnige class */
    font-weight: normal
    font-style: normal;
    font-size: 9pt;
    color: cyan;
}

.justify {
    text-align: justify;
}