body {
}

.Menue a
{
    font-family: Tahoma;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.Menue a:visited
{
        color: Yellow;
}
.Menue a:hover
{
        color: Red;
}
