/* Standardschrift */
body,table,h1,h6
 { font-family:Verdana,Arial,sans-serif; }

A:Hover { text-decoration: none; color: #FF00FF; }

A:active { text-decoration: none; color: #FF0000; }

A:visited { text-decoration: none; color: #00C000; }

A:link { text-decoration: none; color: #0000FF; }

/* normaler text */
body,table
 { font-size: 10pt;}

/* große Überschrift */
h1 {
 font-size: 36pt;
 font-weight: bold;
 text-align: center;
 color: #008000;}

h2 {
 font-size: 36pt;
 font-weight: bold;
 text-align: left}

/* Überschrift für einzelne Kapitel */
h3 {
 font-size: 12pt;
 font-weight: bold;
 color: #D80000;}

/* Überschrift */
h4 {
 font-size: 10pt;
 font-weight: bold;
 color: #D80000;;}

/* Zitate */
h5 {
 font-size: 8pt;
 font-weight: 500;
 font-style: italic;
 color: #000080;}

/* kleine Unterschrift unter jeder Seite */
h6 {
 font-size: 7pt;
 font-weight: 500;
 color: #000080;}