A {
	color : #008040;
	font-weight : bold;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
	color : Black;
}

A.kop {
	color : #CC0000;
	font-size : 16px;
	text-decoration : none;
	margin-left : 20;
}

A.kop:hover {
	color : Blue;
}


A.small {
	font-size : 10px;
	color : #CC0000;
}

A.nav {
	background-image : url(../images/knop.gif);
	width : 106;
	height : 40;
	font-size : 10px;
	padding-top : 11;
	color : #CC0000;
	font-weight : bold;
	position: relative;
	left : 15px;
	text-align : center;
	margin-top : 3;
}

A.nav:hover {
	background-image : url(../images/knop_a.gif);
	color: White;
}

.nav_a {
	background-image : url(../images/knop_a.gif);
	width : 106;
	height : 40;
	font-size : 10px;
	padding-top : 11;
	color : White;
	font-weight : bold;
	position: relative;
	left : 15px;
	text-align : center;
	margin-top : 3;	
}

BODY {
	margin-left : 0;
	margin-top : 0;
	background-color : White;
	background-image : url(../images/achter_1.gif);
	font-family : Verdana;
	font-size : 12px;
	color : #006633;
}

P, TD {
	font-family : Verdana;
	font-size : 12px;
	color : #006633;
}

.bg {
	background-color : #FBCC6A;
}

