body { margin-top:10px; margin-bottom:10px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

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

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

body { background-color:#00FFFF; }

/* Hintergrund Farbe */

h1 { font-size:29px; }

/* font-size = Schriftgroesse */
/* 29px = 29 Pixel, Wert aenderbar */

h2 { font-size:25px; }

/* font-size = Schriftgroesse */
/* 25px = 25 Pixel, Wert aenderbar */

h3 { font-size:20px; }

/* font-size = Schriftgroesse */
/* 20px = 20 Pixel, Wert aenderbar */

p,ul,ol,li,div,td,th,address,nobr,b,i,h4 { font-size:16px; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 16px = 16 Pixel, Wert aenderbar */

h5 { font-size:10px; }

a:link { color:#0000FF;}
a:visited { color:#FF0000; }
a:active { color:#990000; }