/* CSS Document */

a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #666666; text-decoration: none }
a:active { color: #666666; text-decoration: none }

body {background-color: #B6CFEF;}

.kop {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}
.kop1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.tekst {
	font-family: Arial;
	font-size: 13px;
}
.tekstdik {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.tekstsch {
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
}

.tekstmeld {
	font-family: Arial;
	font-size: 13px;
	color: #FF0000;
}

.tekstdatum {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0066FF;
}