/* CSS Document */

body {
	background-color: #FFEBBD;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size: 24px;
	color: #FF0000;
}
h2 {
	font-size: 18px;
	color: #000099;
}
h3 {
	font-size: 16px;
	color: #000099;
}
h4 {
	font-size: 14px;
	color: #000099;
}
h5 {
	font-size: 12px;
	color: #000099;
}
h6 {
	font-size: 10px;
	color: #000099;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tableheader {
color: #FFFF00
}

.noot {
	font-size: 12px;
	font-style: italic;
}
.bijschrift {
	font-size: 12px;
	font-weight: bold;
}