A:link {
    color: #0000FF;
    text-decoration: none
}

A:visited {
    color: #000066;
    text-decoration: none
}

A:active {
    color: #990000;
    text-decoration: none
}

A:hover {
    color: #990000;
    text-decoration: none
}


p, td {
    font-family: Arial, sans-serif;
    font-size: 10pt
}

.ueberschrift {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold
}

.unter_ueberschrift {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold
}

.klein {
    font-family: Arial, sans-serif;
    font-size: 8pt
}