@charset "utf-8";
/* CSS Document */

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}
body {
	background-image: url(images/wallpaper.jpg);
	background-attachment: fixed;
	text-align: center;
	margin-top: 7px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 17px;
	text-align: center;
}

.stijl1 {
	color: #000;
	font-weight: bold;
	font-size: 35px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
}

.stijl2 {
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.stijl3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

