@charset "utf-8";
h1 {
	font-size: xx-large;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
	font-weight: bold;
}



a:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #550000;
	background-color: #FFCC00;
	text-decoration: none;
}
#inhoud td {
	font-size: 1.2em;
}
