body{
	font-family:arial, sans-serif;
	background-color:#8BDDD1;
	color:#000;
	line-height:24px;
	font-size:14px;
}
h1{
	font-size:38px;
	margin:0 0 10px 0;
}
h2{
	font-size:22px;
	margin:10px 0 10px 0;
}
p{
	margin:0 0 15px 0;
}
a{
	text-decoration:none;
	color:#FFF;
}
a:hover{
	color:#555;
	cursor:pointer;
}

div.opmerking{
	text-align: left;
	margin-right: 20%;
    margin-left: 20%;
}

div.copyright{
	font-style: italic;
	font-size: 85%;
	text-align: center;
	width: 100%;
	background-color: black;
	color: #8BDDD1;
	position:absolute;
	left:0;
	right:0;
}

div.header{
	text-align: center;
	width: 100%;
	height: 97px;
	background-color: black;
	color: #8BDDD1;
	position:absolute;
	left:0;
	right:0;
	top:0;
	position: fixed;
	z-index: 99;
}

p.header{
	color:white !important;
}

h1.content{
	font-size: 28px;
}

div.spacer{
	height:97px;
}