/* Standardschrift */
body,table,h1,h2,h3,h4,h5,h6
 { font-family:Verdana,Arial,sans-serif; }

A,h1,h2,h3,h4,h5,h6{ text-decoration: none; color: #0000d0; }

A:Hover { text-decoration: none; color: #008000; }

/* normaler text */
body,table
 { font-size: 10pt;}

/* große Überschrift */
h1 {
 font-size: 24pt;
 font-weight: bold;
 text-align: center;
 color: #ffffff;}

/* mittelgroße Überschrift */
h2 {
 font-size: 18pt;
 font-weight: bold;
 color: #ff0000;}

/* Überschrift für einzelne Kapitel */
h3 {
 font-size: 12pt;
 font-weight: bold;
 color: #0000d0;}

/* normaler text, rote farbe */
h5 {
 font-size: 10pt;
 font-weight: normal;
 color: #ff0000;}

/* kleine Unterschrift unter jeder Seite */
h6 {
 font-size: 7pt;
 font-weight: 500;
 color: #000080;}