<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
   { 
	   font-family: verdana, tahoma, helvetica, arial, sans-serif;
		 background-color:white;
		 margin-left:5px;
		 margin-right:5px;
		 margin-top:5px;
		 margin-bottom:5px
   }
.rosa
   {
	   color:rgb(237,13,100);
		 font-weight:bold;
		 font-size:10pt;
	 }
.schwarz
   {
	   color:rgb(90,90,90);
		 font-size:10pt;
	 }
.framed
   {
	   border-style:solid;
		 border-color:rgb(90,90,90);
		 border-width:2px;
	 }
.kuenstler
   {
	   color:rgb(90,90,90);
	   font-size: 8pt;
	 }
p { margin-top:15px; margin-bottom:15px;}</pre></body></html>