BODY {
	font-family : "Arial Narrow";
	font-size: 14px;
	font-weight : bold;
	color : White;
	text-decoration: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.klein {
	font-family : Arial, Verdana;
	font-size: 10px;
}

TD {
	font-family : "Arial Narrow";
	font-size: 14px;
	font-weight : bold;
	color : White;
	text-decoration: none;
}

A {
	font-family : "Arial Narrow";
	font-size: 14px;
	font-weight : bold;
	color : White;
	text-decoration: none;
}

A:HOVER {
	font-family : "Arial Narrow";
	font-size: 14px;
	color : #f8c400;
	font-weight : bold;
	text-decoration: none;
}

A.geel {
	color: #f8c400;
}

A.geel:HOVER {
	text-decoration: underline;
}

A.KNOP {
	font-family : "Arial Narrow";
	font-size: 16px;
	font-weight : bold;
	color : White;
	text-decoration: none;
}

A.KNOP:HOVER {
	font-family : "Arial Narrow";
	font-size: 16px;
	color : #f8c400;
	font-weight : bold;
	text-decoration: none;
}

A.pijl {
	font-family : "Arial Narrow";
	font-size: 18px;
	font-weight : bold;
	color : #f8c400;
	text-decoration: none;
}

A.pijl:HOVER {
	font-family : "Arial Narrow";
	font-size: 18px;
	color : Red;
	font-weight : bold;
	text-decoration: none;
}

A.pijlklein {
	font-family : "Arial Narrow";
	font-size: 14px;
	font-weight : bold;
	color : #f8c400;
	text-decoration: none;
}

A.pijlklein:HOVER {
	font-family : "Arial Narrow";
	font-size: 14px;
	color : Red;
	font-weight : bold;
	text-decoration: none;
}


