BODY {
	background-color: #FFFFDD;
	}

.inhoud {
	color: #333366;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

.titel {
   color: #FFFFFF;
   background-color: #333366;
   font-family: Tahoma, sans-serif;
   font-size: 11pt;
   font-weight: bold;
}

.admin {
	color : #FFFFFF;
	background-color : #FF0000;
	font-family : Tahoma, sans-serif;
	font-size : 11pt;
	font-weight: bold;
}
.popper {
	position : absolute;
	visibility : hidden;
}
	
A {
	font-family: Arial, sans-serif;
	color: #FFFF00;
	font-size : 11pt;
	text-align : center;
	font-weight : bold;
}

A:HOVER {
	color: #FFFFFF;
}

A:ACTIVE {
	color : #FF0000;
}
   