/* Standardschrift */
body,table,h1,h3,h6
 { font-family:Verdana,Arial,sans-serif;
   color: #fba000;}

A,h1,h3,h6{ text-decoration: none; color: #66FF66; }

A:Hover { text-decoration: none; color: e00000; }

A:visited { text-decoration: none; color: #00C000; }

/* normaler text */
body,table
 { font-size: 10pt;}

 /* große Überschrift */
h1 {
 font-size: 48pt;
 font-weight: bold;
 text-align: center;
 color: #e00000;}

/* Überschrift für einzelne Kapitel */
h3 {
 font-size: 12pt;
 font-weight: bold;
 color: #e00000;}

/* kleine Unterschrift unter jeder Seite */
h6 {
 font-size: 7pt;
 font-weight: 500;
 color: #000080;}