.intro {
	text-align: justify;
	padding: 10px;

}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3F4E45;
}


td, th {
	font-size: 12px;
}

h1 {
	font-size: large;
	text-align: center;

}
.field {
	width: 100%;
	border: 1px solid #336633;

}
input:hover, select:hover {
	background-color: #E6E6EE;
}
input:focus, select:focus {
	background-color: #DEE1D5;
}
th {
	width: 125px;
	text-align: left;
}
.verplicht {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.maintable {
	border: 1px solid #000000;
}
.copyright {
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

}
