/* CSS Document */

html
{  overflow-x:hidden;
   overflow-y:auto;
   
}
/* Blokken */

.indexblok
{
	width: 790px;
	height: 450px;
	position: absolute;
	margin-left: -380px;
	margin-top: -225px;
	top: 50%;
	left: 50%;
	background-image:url(../images/indexplaatje3.jpg);
	
}
	
p
{color:#072f67; font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
H2
{color:#072f67; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:inherit;
}
H1
{color:#91c144; font-family:Arial, Helvetica, sans-serif; font-size:18px;
}
	
	
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #886038;
	text-decoration: none;
}
a:hover {
	color: #CC4900;
	text-decoration: none;
}
a:active {
	color: #CC4900;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #072f67;
}
body {
	color: #0c3d04;
}

