/* CSS properties */
a:link {
	color: #004E40;
	text-decoration: underline;
}
a:visited {
	color: #004E40;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC0033;
}
a:active {
	text-decoration: underline;
}

body {
	background-color: #FEFFF7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* CSS font */
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	color: #004E40;
	font-size: 12px;
}
.tekstbold {font-family: Arial, Helvetica, sans-serif; color: #004E40; font-size: 12px; font-weight: bold; }
.tekstkop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 6px;
	white-space: pre;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 6px;
	white-space: pre;
	font-weight: bold;
}
.tekstagendanieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004E40;
}
.nieuwsagendakop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FEFFF9;
	letter-spacing: 6px;
}
.navigatietop {
	color: #004E40;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
}
.adreskop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

