boby,p,div
    { color:orange;
    font-family: verdana,arial,helvetica,sans-serif;
    }

<!--Links-->

a:active { color:#5488B4; text-decoration:none; }
a:link { color:#5488B4; text-decoration:none; }
a:visited { color:#5488B4; text-decoration:none; }
a:hover { color:black; text-decoration:none;   }

<!--Farben-->
.rot
    {
    color:red;
    }
.hinter
    {
    color:#D54222;
    }
.gelb
    {
    color:yellow;
    }

.weiss
    {
    color:white;
    }

.weissfett
    {
    color:white;
    font-weight:bold;
    }

<!--Schriften-->
.kursiv
    {
    font-style:italic;
    }

.normal
    {
    font-weight:normal;
    }

.fett
    {
    font-weight:bold;
    }

.fett8
    {
    font-weight:bold;
    font-size:8pt;
    }

.pt8
    {
    font-size:8pt;
    }

.pt7
    {
    font-size:7pt; color:#383631;
    }
.pt7f
    {
    font-weight:bold;
    font-size:7pt; color:white;
    }
.pt7fb
    {
    font-weight:bold;
    font-size:8pt; color:#5488B4;
    }
.pt7w
    {
    font-size:7pt; color:white;
    }
.pt7r
    {
    font-size:7pt; color:red;
    }
.pt6
    {
    font-size:6pt;
    }

<!--tabellen-->

table
    {
    font-family: verdana,arial,helvetica,sans-serif;
        vertikal-align:top;
    text-align:justify;
    font-size:8pt;
    }