A
{
        COLOR: blue;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 15px;
}
A:hover
{
        COLOR: blue;
        text-decoration : bold;
        font-size : 15px;
        font-weight : bold;
}
.text
{
        COLOR: black;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 15px;
}
.blue
{
        COLOR: #0000FF;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 15px;
}
.menue
{
        COLOR: #99AAFF;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 15px;
}
.ueberschrift
{
        COLOR: black;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : bold;
        font-size : 18px;
        font-weight : bold;
}
.textsmall
{
        COLOR: black;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 12px;
}
.ultrasmall
{
        COLOR: black;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 10px;
}
.hidden
{
        COLOR: #DDDDDD;
        font-family : Arial, Helvetica, sans-serif;
        text-decoration : none;
        font-size : 10px;
}