body { background-color:#33CCFF; font-family:Verdana, Arial, Helvetica; font-size:10pt; }
/* Hintergrundfarbe, Schriftart Schriftgröße von body */

h2 {color:#ffffff; }
/* Schriftfarbe für Text h2; */

p, td, ul, ol, li, address { font-family:Verdana, Arial, Helvetica; font-size:10pt; }
/* Abschnitte, Listen, Tabellen definiert */

A:link { color:#000000; text-decoration:none; }
A:visited {color:#000000; text-decoration:none; }
A:active {color:#000000; text-decoration:none; }
/* a:link = nicht besuchte Seiten */
/* a:visited = besuchte Seiten */
/* a:active = wird gerade angeklickt */