.uitleg{
	font-family : Arial;
	color : black;
	background-color : White;
	border : thin solid Blue;
}
.klein
{
	font-family : Arial;
	color : yellow;
	font-size : 10px;
}
.kop
{
	font-family : Arial;
	font-weight : bold;
	color : white;
}
p, ul, td
{
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
}
A
{
	font-family : Arial;
	font-size : 10pt;
	color : #B4B467;
	text-decoration : none;
}
A:HOVER
{
	font-family : Arial;
	font-size : 10pt;
	color : red;
}
A.klein
{
	font-family : Arial;
	font-size : 10px;
	color : yellow;
	text-decoration : none;
}
A.klein:HOVER
{
	font-family : Arial;
	font-size : 10px;
	color : red;
}
