/* Standardschrift */
body,table,h1,h6
 { font-family:Verdana,Arial,sans-serif; }

/* normaler text */
body,table
 { font-size: 10pt;}

/* große Überschrift */
h1 {
 font-size: 36pt;
 font-weight: bold;
 text-align: center;
 color: #008000;}

/* Überschrift für einzelne Kapitel */
h3 {
 font-size: 12pt;
 font-weight: bold;
 color: #D80000;}

/* kleine Unterschrift unter jeder Seite */
h6 {
 font-size: 7pt;
 font-weight: 500;
 color: #000080;}
