<head> <style>{  }
a:link
 {
	 color: #000000;
	 text-decoration: underline;
 }

a:visited
{
	color: #808080;
	text-decoration: underline;
}

a:active
{
	color: #FF0000;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a            
{ 
	font-family: Arial; font-size: 9pt;
}

a.klein            
{ 
	font-family: Arial; font-size: 8pt; color: #666666 
}

a.balken            
{ 
	font-family: Arial; font-size: 9pt; color: #000000
}

table            
{ 
	font-family: Arial 
}

ul            
{ 
	font-family: Arial;font-size: 10pt;
}

ul.schwarz            
{ 
	font-family: Arial;font-size: 10pt; color: #000000;
}

body         
{ 
	font-family: Arial; font-size: 10pt; color: #333333
	background-color: rgb(255,255,255);
	margin-top: 4px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 9pt;
	font-weight: normal;	
	color: #333333;

}

body.rot       { font-family: Arial; color: #FF0000}

h1   
{
	margin-top: 4px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-size: 15pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; 
	font-weight: bold;	
	color: #000000;
}

h2
{
	margin-top: 4px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: bold;
	color: #000000;
}

h3
{	
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: bold;	
	color: #000000;
}

h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; color: #000000
	font-weight: normal;
}
p            { font-family: Arial; font-size: 10pt}
p.rot       { font-family: Arial; font-size: 9pt; color: #FF0000}
p.schwarz    { font-family: Arial; font-size: 9pt; color: #000000;}
p.klein    { font-family: Arial; font-size: 7pt; color: #C0C0C0;}
-->
</style>
</head>