    /* Hier werden fuer die ganze Datei gueltige Formate definiert - mit Hilfe einer separaten css-Datei */
    h1 { color:#ff0000;
    font-size:200%;
    border-bottom:solid thin black}
    h2,p {font-family:Helvetica,Arial,sans-serif;
    background-color:#eeeeee;}
    p {color:#000000}
    body { background-color:#fefefe;}
    a:link { font-weight:bold; color:#0000E0; text-decoration:none }
    a:visited { font-weight:bold; color:#000080; text-decoration:none }
    a:hover { font-weight:bold; color:#E00000; text-decoration:none }
    a:active { font-weight:bold; color:#E00000; text-decoration:underline }    
