html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#titel_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

#titel_tekst a:link, #titel_tekst a:visited {
	color: #000000;
	text-decoration: underline;
}

#titel_tekst a:hover {
	text-decoration: none;
}

#gewone_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

#gewone_tekst a:link, #gewone_tekst a:visited {
	color: #000000;
	text-decoration: underline;
}

#gewone_tekst a:hover {
	text-decoration: none;
}
