@charset "UTF-8";
.titel {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.intro {
	font-weight: bold;
	color: #CC0000;
}
.lijst {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0;
}
.kleurlijst {
	color: #333333;
}
