body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

.midden {
	background-color: #9DB90D;
	padding: 20px;
	width: 595px;
	border: 1px dotted #004A03;
	position: relative;
	top: 70px;
	text-align: center;
	vertical-align: middle;
}
.midden h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #004A03;
}

.midden .taal {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.midden .taal a:link, a:visited {
	color: #DAEE1C;
	text-decoration: none;
}

.midden .taal a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.midden .lijn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004A03;
}

