BODY {
	background-color : White;
	border-color : #000000;
}

A, DIV, H1, P, PRE, SPAN, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

A:LINK, A:VISITED {
	color : Black;
	text-decoration : none;
	font-size : 12px;
}

A:HOVER {
	color : White;
	text-decoration : none;
	font-size : 12px;
}

H1 {
	color : #000000;
	font-size : 12px;
}
H2 {
	color : #000066;
	font-size : 12px;
}
H3 {
	color : #000066;
	font-size : 12px;
}
span {
	font-weight: bold;
	color: #000033;
}
LI {
	list-style-position : outside;
	list-style-type : disc;
	list-style-image : url(punkt.gif);
}
