body { background-color:#000000; margin-top:10px; margin-bottom:10px; }

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


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

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

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
h4 { font-size:10pt; }
h6 { font-size:8pt; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

b,i { color:#45B3B8; text-decoration:none; }
a:link { color:#53BBA4; text-decoration:none; }
a:visited { color:#91D9D0; text-decoration:none; }
a:active { color:#2FDDD9; text-decoration:none; }

