body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 90px;
	margin-left: 90px;
}
.text-kleur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E000C4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.back-top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}

