body {
   font-family: 'Calibri','Comic Sans MS','Arial';;
   font-size: 120%;
   margin-top: 50px;
   margin-left: 35px;
}

.overzicht {
	background: #CDCD00;
	font-family: 'Calibri','Comic Sans MS','Arial';;
	font-size: 40%;
	border-style: solid;
	border-width: 3px;
	border-bottom-color: gold;
	border-left-color: gold;
	border-right-color: #006400;
	border-top-color: #006400;
	color: yellow;
}

.ontbrekend {
	border-style: solid;
	border width: 1px;
	border-color: #006400;
	color: blue; 
}
	

li {
	color: #006400;
	border-color: #FFD700;
	display: inline;
	padding: 15px;
	font-size: 200%;
}

.peterpan {
	color: red;
	background: #FFFFCC;
	font-size: 120%;
	font-style: bold;
	text-decoration: underline;
	border-width: 5px;
	border-style: solid;
	border-color: red;
	padding-left: 35px;
}

p {color: #333333;
}


table {color: #333333;
border-color: black;
text-align: justify;
}

.terug {color: #32CD32;
font-size: 150%;
}

.lidkaart {color: #333333;
text-decoration: underline;
font-weight: bold;
}

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

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