<!--
body   {
        background-image : url(bilder/hgr-grau.jpg);
        font-family: Verdana;
        font-size: 10px;
        color: #C0C0C0;
}
a:link {
        font-family: Verdana;
        font-size: 10px;
        color: #C0C0C0;
        text-decoration: none;
}
a:visited {
        font-family: Verdana;
        font-size: 10px;
        color: #00FFFF;
        text-decoration: none;
}
a:hover {
        font-family: Verdana;
        font-size: 10px;
        color: #00FF00;
        text-decoration: none;
        background-color: #202020;
        position: relative;
        clip: rect(auto auto auto auto);
        left: 0px;
        top: 3px;
        right: 0px;
        bottom: 0px;
}
a:active {
        font-family: Verdana;
        font-size: 10px;
        color: #00FFA8;
        text-decoration: none;
}
-->