BODY {
        font-family : VERDANA,ARIAL,HELVETICA;
        font-size : 10px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        background-image : url(images/nav_hintergr.jpg);
        color : Black;
}

A:ACTIVE {
        font-family : VERDANA,ARIAL,HELVETICA;
        font-size : 10px;
        font-style : normal;
        font-variant : normal;
        font-weight : bold;
        color : black;
        text-decoration : none;
}

A:HOVER {
        font-family : VERDANA,ARIAL,HELVETICA;
        font-size : 10px;
        font-style : normal;
        font-variant : normal;
        font-weight : bold;
        color : black;
        text-decoration : underline overline;
}

A:LINK {
        font-family : VERDANA,ARIAL,HELVETICA;
        font-size : 10px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        color : Black;
        text-decoration : none;
}

A:VISITED {
        font-family : VERDANA,ARIAL,HELVETICA;
        font-size : 10px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        color : Black;
        text-decoration : none;
}