body {
        background-color: #EF8E2F;
}
.text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
a:link {
        color: #5F0000;
        font-weight: bold;
        text-decoration: none;

}
a:visited {
        font-weight: bold;
        color: #BF0000;
        text-decoration: none;

}
a:hover {
        font-weight: bold;
        color: #DF0000;
        text-decoration: underline;

}
a:active {
        font-weight: bold;
        color: #800000
        text-decoration: none;

}
.text-fett {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}
.text-klein {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
}
