body      {
	background: white;
	color: black; }

/* Links */
a:link    { color: blue;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; }
a:visited { color: blue; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; }
a:active  { color: blue;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; }
a:hover  { color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; }
/* Links */
a.link:link    { color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none; }
a.link:visited { color: black; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; text-decoration: none;}
a.link:active  { color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;text-decoration: none; }
a.link:hover  { color: blue;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;text-decoration: none; }
/* Überschriften */
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* Normale Texte */
span.normal  {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }
span.normalbold  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;  }
span.small  {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;  }
span.verysmall  {
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;  }
span.smallbold  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;  }
ul, ol  {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	  }
