@charset "utf-8";
/* CSS Document */

body {
	background: url(background.jpg);
	text-align: center;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.baanbros {
	font-size: 30px;	
	font-weight:900;
}
