.rood {
	font: 18px;
	color: Red;
}

li {
	list-style-image: url(afb/cdali.gif);
}

td.groot {
	font: "Comic Sans MS";
	font-size: 18px;
}


td.klein {
	font-size: 5px;
}


li.listkleur {
	color: Gray;
}

A:LINK {
	color : Green;
}
BODY {
	color : #008041;
	background-color : #EEFFEE;
	font-family : "Abadi MT Condensed Extra Bold", Garamond, "Comic Sans MS", "Arial Black";
	font-size : larger;
	background-attachment : fixed;
	background-image : url(afb/balk.gif);
	background-repeat: repeat-y;
	scrollbar-face-color: #00B902; scrollbar-shadow-color: #8AFF8B; 
scrollbar-highlight-color: #00C866; scrollbar-3dlight-color: #00A655; 
scrollbar-darkshadow-color: #006801; scrollbar-track-color: #EEFFEE;
scrollbar-arrow-color: #EEFFEE;
	}

table {
	border: none;
	padding-bottom: 0px;
	text-align: center;
}

p {
	color: #3D6667;
	font-style: oblique;
}

H1 {
	font-size : larger;
	text-align : center;
	margin-left : 5%;
	margin-right : 5%;
	white-space : nowrap;
	text-decoration: underline;
	}

H2 {
	color: Gray;
	font-family: "Copperplate Gothic Light";
	font-weight: normal;
	font-size: 19px;
	list-style-type: disc;
	}




A {
	color : Green;
	text-decoration : none;
}

A:VISITED {
	color : Green;
	text-decoration : none;
}
OL {
	letter-spacing : 2px;
	list-style : upper-roman outside;
	display : list-item;
	text-align : justify;
	}


A:HOVER {
	color : #EEFFEE;
	text-decoration : none;
	background-color : #006400;
}