<!--

.linkcol { text-decoration: underline;
	color: #CC0033;
	background: #CCFFFF}
	@page { margin-right:1.5cm }
	a:hover {color: blue}
	a:hover.sonder {color: red; background: black}
/* p.normal { margin-left:20px; margin-right:20px; font size=+1; } */

p {
   color: #000000; /* Schwarze Schrift */
   font-size: 10pt; /* Schriftgroesse */
   line-height: 15pt; /* Zeilenhoehe */
   font-family: Verdana, Geneva, sans-serif; /* Schriftart */
   /* font-family: Avantgarde, Arial; */
   /* background: url(white); Hintergrundbild nur hinter Text */
   /* margin: 10%; von allen Seiten 10% Abstand */
  }
					      
   H1 {font-family: Arial; color: red}
   H2 {font-family: Arial; color: green}
   H3 {font-family: Arial; color: #660033}
   body {background: white}

.klein /* Klasse mit kleiner Schrift in rot */
   {
    font-size=10pt;
    color: red;
   } 
      /* Klasse mit kleiner Schrift in rot */

body {
      background: white;
      /* margin-left: 10%; */
      /* margin-right: 10%; */
      color: #000000;
      font-size: 11pt;
      font-family: Verdana, Geneva, sans-serif;      
      /* font-family:  monospace , arial , sans-serif; */
     }

//-->

