 body { font-family: Arial;
        text-align: justify;
        color: white;  /* Weiß */
        background: black; /* Schwarz */ }

  :link { color: #0000CC; }  /* für unbesuchte Links, sehr dunkles Blau -                                  */
  :visited { color: #CC00CC; } /* für besuchte Links, violett - deep                                       purple */
  :hover { color: #0099FF; } /* wenn die Maus über dem Link ist,                                           hellblau */
  :active { color: #FF0066; } /* wenn der Link angeklickt ist, rot -                                       */

/* h2 { margin-top: 8em; margin-bottom: 3em; }  */

h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }

h1, h2, h3, h4, h5 { text-align: center; }

T { font-size: 100%;
    font-weight: Bold;
    text-align: left;}   /* Spezial Text, besser hervorgehoben */

N { font-size: 125%;
    text-align: left;}    /* Spezial Text = Navigation*/

T2 { font-size: 125%;
    text-align: center; }     /* Spezial Text = für Ankündigungen */


body { font-family: Verdana, sans-serif; }


h1,h2,h3,h4,h5,p,ul { font-family: "Arial Rounded MT Bold", Arial, sans-serif; }