A  {
	color : Red;
	font-family : Arial;
	text-decoration : none;
}

A:Visited  {
	color : Red;
	font-family : Arial;
	text-decoration : none;
}

A:Active  {
	color : Red;
	font-family : Arial;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

.bodytekst  {
	font-size : small;
	font-family : Arial;
	color : White;
}

.kleinetekst  {
	font-size : xx-small;
	font-family : Arial;
	color : White;
}

.menutekst {
	font-family : Arial;
	font-size : medium;
	color : White;
}

Body {
	scrollbar-base-color : Black;
	scrollbar-3d-light-color : #990033;
	scrollbar-arrow-color : White;
	scrollbar-dark-shadow-color : Black;
	scrollbar-face-color : #FF3300;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : Black;
}