/* Formate der Fonts */

tr,td {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        color: #793A37;
}
a.textlink:link {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        font-style: none;
        color: #793A37;
}
a.textlink:active {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        font-style: none;
        color: #793A37;
}
a.textlink:visited {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        font-style: none;
        color: #793A37;
}
a.textlink:hover {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        font-style: none;
        color: #793A37;
}