BODY {
        background-color : white;
        color : black;
        font-family:Comic Sans MS,Helvetica,Arial,Verdana;
        font-size:15px;
        }

H1,H2 {
        font-family : Comic Sans MS,Arial, Helvetica, sans-serif;
        font-size : 18px;
        color : #00009F;
        background-color : transparent;
        }

H3 {
        font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size : 15px;
        color : #0000DF;
        background-color : transparent;
        }

P,OL,UL,DD,TD,TR {
        font-size:12px;
        line-height : 130%
        background-color : transparent;
        }

I {
        font-style: italic;
        text-decoration : none;
        }

.bild {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
        }

.bildtext {
        font-size:15px;
        line-height : 130%
        background-color : transparent;
        }

.update {
        font-family : Arial, Helvetica, sans-serif;
        color : #808080;
        font-size : 11px;
        }

A:link {
        color : black;
        font-weight: normal;
        text-decoration: none;
        background-color : transparent;
        }


A:visited {
        color : black;
        font-weight: normal;
        text-decoration: none;
        background-color : transparent;
        }

A:hover {
        color : #7F0000;
        font-weight: normal;
        text-decoration: none;
        background-color : transparent;
        }

A:active {
        color : black;
        font-weight: normal;
        text-decoration: none;
        background-color : transparent;
        }