p  {
        color: white;
        font-size: 10pt;
        font-family: "Comic Sans MS", Arial, Verdana;
}
.datum   {
        font-weight: bold;
        font-size: 12
        pt;
}

h4   {
        color: #ff9966;
        font-weight: bold;
        font-size: 13pt;
        font-family: "Comic Sans MS",Arial, Verdana;
}

h3   {
        color:#CC6633;
        font-weight: bold;
        font-size: 13pt;
        font-family: "Comic Sans MS",Arial, Verdana;
}

h2   {
        color: white;
        font-weight: bold;
        font-size: 14pt;
        font-family: "Comic Sans MS",Arial, Verdana;
}

h1 {
        color: white;
        font-weight: bold;
        font-size: 18pt;
        font-family: "Comic Sans MS",Arial, Verdana;
}

td   {
        color: white;
        font-size: 10pt;
        font-family: "Comic Sans MS",Arial, Verdana;
}

a  {
        color: #ff9966;
        font-size: 10pt;
        font-family: "Comic Sans MS",Arial, Verdana;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

a:active {
        text-decoration: underline;
}

.navi  {
        color: white;
        font-weight: bold;
        font-size: 11pt;
}

.white {
        color: white;
        font-size: 8pt;
}

.gelb {
        color: yellow;
        font-size: 8pt;
}

.tdwhite {
        color: white;
        font-size: 10pt;
        font-family: "Comic Sans MS",Arial, Verdana;
}

.schwarz {
        color: black;
}