body {
	background-color: white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 25px;
}

h1 {
	font-size: 90%;
	margin-top: 0em;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 75%;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4 {
	color: #D60000;
	font-size: 90%;

	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

p {
	font-size: 75%;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

a {
	color: black;
	text-decoration: underline;	
}

a:hover {
	color: #D60000;
}

ul li {
	list-style-type : circle;
}

td.foutmelding {
	border-width: 1px;
	border-top-width: 0px;
	border-color: red;
	border-style: solid;
}

p.foutmelding {
	color: red;
}