body         { background-color: #000080; 
               font-family: Arial, Helvetica, sans-serif;
			   font-size: 10pt; 
			   color: #FFFFFF 
			 }
link         { color: #ffff00 }
A:link       { color: #ffff00; text-decoration: none } /* #00FFCC unvisited link */
A:visited    { color: #ffff00; text-decoration: none } /* visited links */
a:active     { color: #FF3300; text-decoration: none } /* #339966 active links */
a:hover      { color: #FF0000 } /* background-color: #339966 kan ook */
table        { font-size: 10pt; 
               color: #FFFFFF; 
			   font-family: Arial, Helvetica, sans-serif; 
			 }
.koptxt {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
.kopkolom {
	font-size: 10pt;
	font-weight: bold;
}
.kolom {
	font-size: 9pt;
}

