<style type="text/css">
.dummy
{
    COLOR: #000000
}
.klein
{
    FONT-SIZE: 10px;
    COLOR: #eeeeee;
    FONT-FAMILY: Verdana
}
.kleinfett
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #eeeeee;
    FONT-FAMILY: Verdana
}

/*bereits besucht*/
A
{
    COLOR: #666666;
    TEXT-DECORATION: none
}

/*on mouseovert*/
A:hover
{
    COLOR: #202020
}
/*noch nicht besucht*/
A:link
{
    COLOR: #eeeeee
}
</style>