@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A71AF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(afbeeldingen/25bus.jpg);
}
a:active {
	color: #cc6600;
}
a:hover {
	color: #CC6600;
}
a:visited {
	color: #4A71AF;
}
a:link {
	color: #4A71AF;
}

