<style type="text/css">
<!--
	h9 {  
		#was es so gibt
	
		# farbe, größe, hintergrundfarbe
		color:#000000; 
		font-size:24pt;
		background-color:#ff0000;

		# schriftartenfamilie
		font-family:arial,helvetica;  
		font-family:times;  
		font-family:courier;  
		
		# schriftstil: kursiv, schräg, normal
		font-style:italic;
		font-style:oblique;
		font-style:normal;

		# schriftgewicht: fett, leicht, fetter, normal
		font-weight:bold;
		font-weight:lighter;
		font-weight:bolder;
		font-weight:normal;

		# textdekor
		text-decoration:underline;
		text-decoration:overline;
		text-decoration:line-through;
		text-decoration:blink;
		text-decoration:none;
		
		# ränder
		margin-bottom:5px;
		margin-top:5px;
		margin-left:5px;
		margin-right:5px;
	}
	
	h1 {  color:#000000; 
		font-size:24pt;
		font-family:arial,helvetica;  
		font-weight:bold;
	}
	
	h2 {  color:#000000; 
		font-size:18pt;
		font-family:arial,helvetica;  
		font-weight:bold;
	}
	
	h3 {  color:#000000; 
		font-size:12pt;
		font-family:arial,helvetica;  

	}
	
	
	p,td,i {    color:#000000; 
		font-size:10pt;
		font-family:arial,helvetica; 
	}	
	

	ul,li {	font-family:arial,helvetica; 
		font-size:10pt;
	}	
	

	.noline {
		text-decoration:none;
	}

	.nolinesmall {
		font-size:8pt;
		padding:0px;
		margin:0px;
		text-decoration:none;
	}
		
	.klein {	
		font-size:10pt;
	}

	.fett {	
		font-weight:bold;
		font-size:12pt;
		text-decoration:none;
	}
	
	.fettklein {	
		font-weight:bold;
		font-size:10pt;
		text-decoration:none;
	}	
	
	a:link { color:#000000; 
		font-family:arial,helvetica; 
	}
	
	a:visited {color:#000000; 
		font-family:arial,helvetica;
	}
	
	a:hover {color:#000000; 
		font-family:arial,helvetica; 
	}
	
	
-->
</style>
