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