@charset "ISO-8859-1";
.background {
	background-color: #1F1F1F;
	background-image: url(images/back_gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.broodtekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #93639C;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #93639C;
	text-decoration: underline;
}

