
code { color:green; }

body { margin-top:10px; margin-bottom:10px; text-color:red; background-color:#aaeeee;  }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p { color:red; }
td.left { text-align:left; }
td.right { text-align:right; }
td.center { text-align:center; }

p.home { text-align:center; text-color:blue; }
/* Ist der Text HOM auf jeder Seite */

red { text-color:red; }
/* Tag um Text Rot zu färben */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */




h1 { font-size:17pt; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h3 { font-size:15pt; }

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


h4 { font-size:14pt; }
h5 { font-size:13pt; }
h6 { font-size:12pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }



pre.normal { color:#000000; }


a:link { color:blue; text-decoration:underline; }
a:visited { color:blue; text-decoration:underline; }
a:active { color:#blue; text-decoration:none; }


a.an { text-decoration:none; }
