body {
	background-color : white;
	color: black;
	margin-left : 0px;
	margin-top : 0px;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-style : normal;
  font-weight : normal; 
  color : black;
}
div {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-style : normal;
  font-weight : normal; 
  color : black;
}
.klein {
	font-size : 10pt;
}
.fett {
	font-weight : bold;
}
th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : black;
	text-align: left;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : black;
}
td.weiss {
	background-color: white;
}
a {
  font-weight: normal;
  color: black;
  text-decoration : underline;
}
a:hover {
  text-decoration : none;
  color : #ED1D25;
}