 body {
	text-left:20;
	background-image:url(./image/hggrau.gif);
	font-color:red;
	font-family: Arial, Helvetica, sans-serif;
} 
 h1 { font-size:24pt; 
      font-weight:bold; 
	  color:red; }
 h2 { font-size:18pt; 
      color:blue; }
 h3 { font-size:12pt; 
      color:red; }
 h4 { font-size:10pt; 
      color:red; }	  
 h1.ueberschrift { font-size:28pt; 
		           font-weight:bold; 
                   color:red; 
                   text-transform:uppercase ; }
 h1.ueberschrift2 { font-size:20pt; 
		            font-weight:bold; 
                    color:red; 
                    text-transform:uppercase ; }
 p { color:red;
 	 text-align:20; }
 p.normal { font-size:10pt;
            color:red; }
 p.gross { font-size:12pt; 
           color:green; }
 p.klein { font-size:8pt; 
           color:brown; } 
 p.link { font-size:10pt; 
          color:red; }
 a:link { text-decoration:none; color:blue; }
 a:visited { text-decoration:none; color:red; }
 a:hover { text-decoration:underline; color:red; }
 a:active { text-decoration:none; color:red; }
