body, p, ol, li { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 22px;
	margin: 0px;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 22px;
	margin: 0px;
	font-weight:bold;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	font-weight:bold;
}

h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	font-weight:bold;
	font-style:italic;
	color:#54D414;
}

A:link, A:visited { 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
}

A:hover { 
	color: #61C42F;
	text-decoration: none;
}

ol {
	margin-left: 0px; 
	padding-left: 00px;

}

ul {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-type:disc;
}

li { 
	padding-left: 0px; 
	text-indent: 0px; 
	list-style-position:inside;
}

.groen {
	font-weight:bold;
	color:#54D414;
}