body 
h2 { color: black; font-weight: 800; font-style: none }
h2 { font-size: 20pt }
h2 { font-family: Arial, Verdana }
h2 { letter-spacing: 0px }

h3 { color: #999999 }
h3 { letter-spacing: 0px }
h3 { font-size: 13pt }
h3 { font-family: Verdana, Arial }
h3 { text-decoration: bold }

h4 { color: #333333 }
h4 { font-size: 10pt }
h4 { font-family: Verdana, Arial }
h4 { text-decoration: none }

h5 { color: #FF0405 }
h5 { font-size: 10pt }
h5 { font-family: Verdana, Arial }
h5 { text-decoration: none }


p { text-decoration: none }
p { font-family: Verdana, Arial, Courier, 'Franklin Gothic Book', sans-serif }
p { font-size: 9pt }
p { color: #333333 }

a:link, a:visited {
color: #333333;
text-decoration: none;
}

a:hover {
color: #FF0405;
text-decoration: none;
}

a.oranje:link, a.oranje:visited {
color: #333333;
text-decoration: underline;
}

a.oranje:hover {
color: black; 
background-color: none;
text-decoration: none;
}



">a:link { color: yellow; text-decoration: underline }
a:visited { color: #00468C; text-decoration: none }
a:hover { color: black; text-decoration: none }"
