@charset "utf-8";
.stijl2 {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
}
.stijl3 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.stijl4 {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
}



/* CSS Document */

body {
	background-color: #CCCCCC;
}
a {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #000000;
}
