@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #371c1b;
	background-image: url(ontwerp.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
a:link {
	color: #371c1b;
	text-decoration: none;
}
a:hover {
	color: #BD6765;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #371c1b;
}
a:active {
	text-decoration: none;
	color: #BF6969;
}
