BODY {
	background-color : Black;
	font-family : Verdana;
	font-size : small;
	color : White;
}

A {
	color : Red;
	font-family : inherit;
	font-size : small;
}

A:HOVER {
	color : Red;
	font-style : inherit;
	font-weight : bolder;
}

.kop {
	color : white;
	font-family : Verdana;
	font-size : medium;
	font-weight : bolder;
	padding-bottom : 3;
	padding-left : 3;
	padding-right : 3;
	padding-top : 3;
}

.text {
	color : white;
	font-family : Verdana;
	font-size : small;
	text-align : justify;
}

.quote {
	color : white;
	font-family : Verdana;
	font-size : x-small;
	text-align : center;
	font-style : italic;
}

