body {
	font-family: "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 12px;
	color: #FF0404;
	background-color: #FFFF00;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.titel {
font-size: 20px;
border: medium double #000066;
}
.vraag {
font-style: italic;
font-weight: bold;
}
.inleiding {
font-weight: bold;
}
.subtitels {
font-style: italic;
text-decoration: underline;
}legend {
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
border: #FFFFFF solid 2px;
padding: 3px 3px 3px 3px;
}
fieldset {
border: #FFFFFF solid 1px;
}
.form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-style: italic;
}
tr.on {
	background-color: #FC0;
}
tr.off {
	background-color: #FF0;
}
textarea, input, select {
background-color:  #999999;
}
a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
color: #CC0000;
text-decoration: underline;
}
h1 {
font-size: 16px;
text-transform: uppercase;
color: #FF0000;
}
h2 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-right: 20%;
}
h3 {
font-size: 14px;
font-style: italic;
}

