a:link {
	color:blue;
	text-decoration : none;
}
a:visited {
	color:blue;
	text-decoration : none;
}
a:active {
	color:blue;
	text-decoration : none;
}

a:hover {
	text-decoration : underline
}

BODY  {
	background-color : White;
}

td  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Black;
}

th  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Black;
}

div.rahmen {
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}

