.text {
	font-family: Verdana;
	font-size: 12px;
	color: #330000;
	text-align: justify;
}
.titel {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #330000;
}
.smalltext {
	font-family: Verdana;
	font-size: 9px;
}
.subtitel {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
.lijst {
	font-family: Verdana;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disc;
	display: list-item;
	text-align: justify;
}
.kleintext {
	font-family: Verdana;
	font-size: 10px;
	text-align: justify;
}
.kleinlijst {
	font-family: Verdana;
	font-size: 10px;
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
}
