body {
	color: White;
	background-color: Black;
	font-family: "@Arial Unicode MS", Arial, "Segoe UI", Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	background-image: url(../images/404.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 10%;
}

a {
	color: #C10000;
	text-decoration: none;
}

a:hover {
	color: #FE0000;
	text-decoration: none;
}
h1 {
	color: White;
	font-size: 2.5em;
}

h2 {
	color: White;
	font-size: 2.25em;
}

h3 {
	color: White;
	font-size: 2.0em;
}

h4 {
	color: White;
	font-size: 1.75em;
}

h5 {
	color: White;
	font-size: 1.5em;
}

h6 {
	color: White;
	font-size: 1.25em;
}
hr{
	color: White;
	border-style: dotted;
}
.rood{
	color: #FE0000;
}
.groen{
	color: #7FAA29;
}
.float{
	float:right;
}





