body {
	background-color: #6d0304;
	margin: 0px;
}
	
div#wrapper {
	width: 600px;
	padding: auto;
	margin: auto;
}
	
div#header {
	width: 600px;
	background-color: white;
	position: center;
	}
	
div#menu {
	width: 600px;
	background-color: #6d0304;
	color: white;
	text-align: right;
	padding-right: 0px;
	}
	
div#content {
	width: 600px;
	background-color: white;
	padding: 10px 10px 5px 10px;
}
	
div#footer {
	width: 600px;
	background-color: #6d0304;
	text-align: right;
	color: #606060;
	}
	
	
body {
	font-size: 8pt;
	line-height: 14pt;
	font-family: Verdana, serif;
	color: black;
}

A {
	color: white;
	text-decoration: none;
}
	
A:hover {
	color: black;
	text-decoration: none;
	}
	
A.speciaal {
	color: #606060;
	text-decoration: none;
	font-style: italic;
}
	
p#menubalk {
	font-size: 12pt;
	font-family: georgia, serif;
	padding: 7px;
	}
	
p#back {
	font-size: 12pt;
	font-family: georgia, serif;
	padding: 5px;
	}	
	
p#footers {
	font-size: 7pt;
	color: white;
	padding-right: 10px;
}
	
h5 {
	color: maroon;
}
