body {
	background-color: #DDEEFF;
	margin-bottom : 3%;
	margin-top : 1%;
	margin-left : 1%;
	margin-right : 2%
} 


a:link { font-family:"Times New Roman"; color: Black; text-decoration: underline; cursor:hand}
a:visited { font-family:"Times New Roman"; color: Black; text-decoration: underline; cursor:hand}
a:hover { font-family:"Times New Roman"; color: Green; text-decoration: none; cursor:hand}
a:active { font-family:"Times New Roman"; color: Red; text-decoration: none; cursor:hand}



.tabelkop {	font-family: "Myriad Pro", "Arial";
		font-size: 14pt }

.kop 	{	text-decoration: cursive;
		font-family: "Myriad Pro", "Arial";
		font-size: 18pt }

.tabelonder {	text-decoration: italic;
		font-family: "Arial";
		font-size: 11pt }



.Arial { font-family: Arial, "Comic Sans Ms", sans-serif }
.Comic { font-family: "Comic Sans Ms", Arial, sans-serif } 


.kleinhoofd { font-variant: small-caps }

.wit { color: white }
.zwart { color: black }
.geel { color: yellow }
.rood { color: red }
.grijs { color: gray }
.blauw { color: blue }

.hoofd { color: black ; font-weight: bold ; font-size: 20pt ; text-decoration: none ; font-family: Arial }
.tekst { color: black ; font-size: 13pt ;  font-family: "Myriad Pro", "Myriad Web Pro", "MS Reference Sans Serif", "Arial"  }
.kopje { color: lightgrey ; font-weight: bold ; font-size: 18pt ; font-family: Arial }
.ondertitel { color: lightgrey ; font-style: italic ; font-size: 15pt ; font-family: Arial }

.schuin { font-style: italic }
.smaller { font-weight: lighter }
.dik { font-weight: bold }
.dikker { font-weight: bolder }

.kleiner { font-size: 6pt }
.klein { font-size: 8pt }
.normaal {font-size: 11pt }
.groter { font-size: 16pt }
.groot { font-size: 20pt }
.grootst { font-size: 30pt }
.pijltje {font-size: 17pt }

.links { text-align: left }
.midden { text-align: center }
.rechts { text-align: right }
.uitvul { text-align: justify }

.onderstreept { text-decoration: underline }
.bovenstreept { text-decoration: overline }
.doorgestreept { text-decoration: line-through }




/* uitzicht menu links */
a.menulink {
display: block; /* voor verticaal menu: display: block; */
width: 90%;
text-align: left;
padding: 5pt;
text-decoration: none;
font-family:Myriad Web Pro, arial;
font-size:12pt;
font-weight: bold;
color: #000000;
border: solid 1px #000000;
background-color: #6699FF;
}

a.menulink:visited {
display: block; /* voor verticaal menu: display: block; */
width: 90%;
text-align: left;
padding: 5pt;
text-decoration: none;
font-family:arial;
font-size:12pt;
font-weight: bold;
color: #000000;
border: solid 1px #000000;
background-color: #6699FF;
}


/* uitzicht menu links bij muisover */
a.menulink:hover {
background-color:#6600FF; 	/* een andere achtergrondkleur */
color: #FFFFFF;				/* een andere tekstkleur       */
font-family:arial;
text-decoration: none;
}


