/* Standardschrift */
body,table,h1,h6
 { font-family: Garamond,Times New Roman; }

A,h1,h2,h3,h4,h6{ color: #7C3EC1; }

A:Hover { text-decoration: none; color: #DEFE01; }

A:visited { color: #3E83D7; }

/* normaler text */
body,table
 { font-size: 12pt;}

/* große Überschrift */
h1 {
 font-size: 36pt;
 font-weight: bold;
text-align: center;
 color: #43AD34;}

 /* Überschrift für nichts */
h2 {
font-size: 36pt;
font-weight: bold;
text-align: center;
color: #3E83D7;}

/* Überschrift für einzelne Kapitel */
h3 {
 font-size: 30pt;
 font-weight: bold;
 text-align: center;
 color: #43AD34;}

/* Frage zu Kapitel */
h4 {
 font-size: 20pt;
 font-weight: bold;
 color: #3E83D7;}

/* kleine Unterschrift unter jeder Seite */
h6 {
 font-size: 7pt;
 font-weight: 500;
 color: #000080;}