body 
h2 { color: blue; font-weight: 800; font-style: none }
h2 { font-size: 20pt }
h2 { letter-spacing: -1px }

h3 { color: black }
h3 { letter-spacing: 0px }
h3 { font-size: 12pt }
h3 { font-family: Verdana, Arial }
h3 { text-decoration: none }

h4 { color: black }
h4 { font-size: 11pt }
h4 { text-decoration: none }

h5 { color: black }
h5 { font-size: 9pt }
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: 8pt }

a:link, a:visited {
color: black;
text-decoration: underline;
}

a:hover {
color: gray;
text-decoration: none;
}

a.menu:link, a.menu:visited {
color: #white;
text-decoration: none;
}

a.menu:hover {
color: white; 
text-decoration: underline;
}


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 }"
