BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
}

P,TD,A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}

STRONG {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}


.klein {
	font-size : 11px;
}

A:link {
	color : black;
	text-decoration : underline;
}
A:visited {
	color : black;
	text-decoration : underline;
}
A:hover  {
	color : #CC0032;
	text-decoration : underline;
}
A:active  {
	color : black;
	text-decoration : underline;
}

A.l:link {
	color : black;
	text-decoration : none;
}

