html {
	height:100%;
}

body{
	margin: 0px;
	background-color: black;
	color: white;
	font-family: verdana;
	font-size: 76%;
	height:100%;
}

table {
	font-size: 1em;
}

p {  
	font-family: verdana;
	color: white;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

td {
	font-size: 1em;
}

div {
	font-size: 1em;
}

h2 {
	font-family: verdana;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 18px;
	color: white;
}

a {
	color: white;
}

a:link{
	color: white;
	text-decoration: none;
}

a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: none;
}

ul {
	margin-top: 5px;
}

h3{
	font-family: verdana, arial;
	font-size: 1.1em;
	color: #20c93c;
	font-weight: normal;
}

.menu {
	font-family: verdana, arial;
	color: #878787;

}

.menu:link{
	font-family: verdana, arial;
	color: #878787;
}


.menu:visited{
	font-family: verdana, arial;
	color: #878787;


}

.menu:hover{
	color: white;
}

.menu_active {
	font-family: verdana, arial;
	color: white;
}

.onder_button_1{
	padding-left: 8px; 
	padding-top: 3px; 
	padding-right: 0px; 
	padding-bottom: 3px;
	font-size: 0.8em;
	color: #cbcbcb;
}

.onder_button_1 a:link{
	color: #cbcbcb;
}

.onder_button_1 a:visited{
	color: #cbcbcb;
}

.onder_button_1 a:hover{
	color: #cbcbcb;
}

.onder_button_1_meer_info{
	color: white;
}

.onder_button_1_meer_info:link{
	color: white;
}

.onder_button_1_meer_info:visited{
	color: white;
}

.onder_button_1_meer_info:hover{
	color: white;
}

.body_text{
	font-size: 0.85em;
	font-family: verdana, arial;
}

.body_text a{
	color: #20c93c;
	text-decoration: underline;
}


.body_text a:link{
	color: #20c93c;
	text-decoration: underline;
}

.body_text a:visited{
	color: #20c93c;
	text-decoration: underline;
}

.body_text a:hover{
	color: #20c93c;
	text-decoration: underline;
}


.voorbeeld{
	color: #6a6a6a;
}

.noten {
	color: #6a6a6a;
}

.noten p{
	color: #6a6a6a;
}

.intro {
	font-size:11px;
}

.green {
	color:#16ce4a;
}

.intro-green {
	font-size:11px;
	color:#16ce4a;
}