
body {
font-family: 'Calibri','Comic Sans MS','Arial';
}

.hoofding {
	width: 100%;
	border: 1px;
	color: black;
}


.welkom {
background: #568837;
color: yellow;
font-family: 'Bradley Hand ITC','Arial';
font-size: 150%;
border-bottom-style: solid;
border-bottom-width: 10px;
border-bottom-color: #FFD700;
border: 1px;
text-align: center;
width: 100%;
}


.voorpagina {
	color: #4F4F4F;
	font-family: 'Calibri','Comic Sans MS','Arial';
	font-size: 110%;
	margin: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: justify;
	padding-right: 20px;
	border-left-color: gold;
	border-top-color: #006400;
	border-right-color: white;
	border-bottom-color: white;
	border-style: solid;
	border-width: 2px;
}

.indeling {
	background: #CDCD00;
	font-family: 'Calibri','Comic Sans MS','Arial';
	font-size: 95%;
	width: 26%;
}

.update {
	padding: 1px;
	font-size: 75%;
	font-style: italic;
	color: #CC3333;
}

.peterpan {
	color: black;
	text-decoration: underline;
	font-size: "150%";
}

.achtergrondwit {
	background: #FFFFE0;
}

.achtergrondgeel {
	background: #FFFF00;
}

.achtergronddonkergeel {
	background: #FFD700;
}

.achtergrondoranje {
	background: #FF7F24;
}

ul {
	font-size: 115%;
	padding-bottom: 3px;
	list-style-type: none;
}
li {
padding: 3px;
margin: 12px;
border-style: solid;
border-width: 4px;
border-bottom-color: #FFD700;
border-left-color: #FFD700;
border-right-color: #006400;
border-top-color: #006400;
}


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

a:hover {text-decoration: underline;
color: #B22222;
}


img#logoFM {
	margin-top: 1.2em;
	margin-left: 1.2em;
	border-width: 3px;
	border-style: solid;
	border-bottom-color: #FFD700;
	border-left-color: #FFD700;
	border-right-color: #FFD700;
	border-top-color: #FFD700;
}

