/* h1 is de kop, h2 voor grote tekst, 
h3 is de gewone tekst, h4 voor de koppelingsbalk, h5 is voor de nieuwsberichten 
en h6 is voor de tekst onderaan. Teksten zijn wit, behalve H1 (groen) en H3 (zwart). */
h1           { font-family: arial; font-size: 3em; color:#000000 }
h2           { font-family: arial; font-size: 1.5em; color:#000000 }
h3           { font-family: arial; font-size: 1em; color:#000000 }
h4           { font-family: arial; font-size: 1em; color:#000000 }
h5           { font-family: arial; font-size: 1em; color:#000000; font-style: 
italic; line-height:100%; margin-top:0; margin-bottom:0; font-weight:bold }
h6           { font-family: arial; font-size: 0.8em; color:#000000 }
/* dit zijn de links. bezochte (visited) links zijn olijfgroen, als je over de links 
heengaat (hover) zijn ze felroze, nog niet bezochte links zijn lichtgroen. */
a:link       { color: #FF6600 }
a:hover      { color: #FF3300 }
a:visited    { color: #FFCC00 }