p            { font-family: Arial; font-weight: bold }
link         { font-family: Arial; color: #808000; font-weight: bold }
blink        { font-family: Arial; color: #808080; font-weight: bold }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1           { font-size: 24pt; color: #808000; font-family: Arial Black; text-align: center; 
               word-spacing: 0; font-weight: bold; margin-top: 0; 
               margin-bottom: 0 }
/* Hauptüberschrift ("Familie Rost")
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */


h2           { font-size: 16pt; color: #808000; font-family: Arial; font-weight: bold }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h3 { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */

a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
