body {
	background-color: #40819F;
	font-family: "Arial Narrow", Arial;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h1 {
	font-family: Arial Narrow, Arial;
	color: #FFE000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -1em;
}
h2 {
	font-family: "Arial Narrow", Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.2em;
}
h3 {
	font-family: "Arial Narrow", Arial;
	color: #ffc013;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h5 {
	font-size: 0.9em;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	color: #FFC013;
}
a.buttonlink:link {
	color: #000000;
	font-weight: bold;
	border: 2px solid #FFC013;
	text-decoration: none;
	padding: 5px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
a.buttonlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	padding: 5px;
	background-color: #000000;
	border: 2px solid #FFC013;
	text-transform: uppercase;
}
a.buttonlink:active {
	color: #000000;
	font-weight: bold;
	border: 2px solid #FFC013;
	text-decoration: none;
	padding: 5px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
a.buttonlink:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px solid #FFC013;
	text-transform: uppercase;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}





span.wit {
	font-family: Arial Narrow, Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
span.zwart {
	font-family: Arial Narrow, Arial;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 1em;
}
span.zwart2 {
	font-family: Arial Narrow, Arial;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

#StartDiv {
	width: 650px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #40819F;
	border: 2px solid #000000;
}
