@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e1c07;
	background-color: #fcf0bf;
	background-image: url(afbeeldingen/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #3e1c07;
}
a:visited {
	color: #3e1c07;
	text-decoration: underline;
}
a:hover {
	color: #3e1c07;
	text-decoration: underline;
}
a:active {
	color: #3e1c07;
	text-decoration: underline;
}
