body {
	background-color : #0099FF;
	color : Black;
	font-family : comic sans ms;
	font-size : 10pt;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
}

h1 {
	font-size : 11pt;
	font-weight : bolder;
}

.achtergrondkleur {
	background-color: #0099FF;
	color: Black;
}
#leftcontent {
 	position: absolute;
  	width:50%;
	margin-right : 10;
}

#rightcontent {
  	position: absolute;
  	right:10px;
  	width:50%;
	margin-right : 10;

}
