A
{
	color: black;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

A.oranje, A.geel, A.middel
{
	color: black;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

A:HOVER.geel
{
	color: black;
	background-color: #FFFF66;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

A:HOVER.oranje
{
	color: black;
	background-color: #FF9933;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

A:HOVER.middel
{
	color: black;
	background-color: #FFCC00;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

BODY
{
	font-family: Palatino Linotype, Times New Roman;
}
