body     {
         background-color:#E0FF00;                   /* Hintergrundfarbe gelb */
}

h1       {
         font-family:'Alcuin Becker Caps';
         color:blue;font-size:50px;
         margin-top:20px;
         text-align:center;
}
h2      {
        position:absolute;
        margin-top:50px;
        font-family: agnes;
        font-size:30px;
        color:red;
        text-align:center;
        margin-left:40px;
}
h3       {
         font-family:georgia, sans-serif; color:blue; font-size:20px;
         text-align:center; margin-top:-30px;
}

#tabelle    {
        position:absolute;
        margin-top: 140px;
        margin-left:40px;
        width: 900px;
}
#tabelle  tr td  {
        font-family: georgia;
        font-size:14px;
        color: blue;
        text-align:justify;
        padding:0;
}
#zurueck  {   position:absolute;
        margin-top:380px;
        margin-left:20px;
        font-family: 'times new roman';
        font-size: 17px; color: red; text-decoration:none;            /* keine reaktion */
}