/*############################## Algemeen ##############################*/
html,body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: 						#40bf00;
	text-decoration: 			underline;
}
a:visited {
	color: 						#40bf00;
	text-decoration: 			underline;
}
a:hover {
	color: 						#40bf00;
	text-decoration: 			none;
}
a:active {
	color: 						#40bf00;
	text-decoration: 			underline;
}
.groen {
	color:						#40bf00;
}
