/* Standardschrift */
body,table,h1,h6
 { font-family:Verdana,Arial,sans-serif; }

A,h1,h3,h6{ text-decoration: none; color: #80FF80; }

A,h6:visited { text-decoration: none; color: #FF7F00; }

A:Link { text-decoration: none; color: #FF9F00; }

A:Hover { text-decoration: none; color: #FFFF00; }

/* normaler text */
body,table
 { font-size: 10pt;
   color: #AF00FF;}

/* große Überschrift */
h1 {
 font-size: 36pt;
 font-weight: bold;
 text-align: center;
 color: #DF0000;}

/* mittelgroße Überschrift */
h2 {
 font-size: 18pt;
 font-weight: bold;
 text-align: center;
 color: #DF0000;}

/* Überschrift für einzelne Kapitel */
h3 {
 font-size: 12pt;
 font-weight: bold;
 color: #80FF80;}

/* normaler text, rote farbe */
h5 {
 font-size: 10pt;
 font-weight: normal;
 color: #80FF80;}

/* kleine Unterschrift unter jeder Seite */
h6 {
 font-size: 7pt;
 font-weight: 500;
 color: #AF00FF;}