a:link
{
        color: rgb(51,102,204);
        text-decoration: underline;                       /* Unterstreichung */
}
a:visited
{
        color: rgb(51,102,204);
        text-decoration: underline;                        /* Unterstreichung */
}
a:active
{
        color: rgb(51,102,204);
        text-decoration: underline;                        /* Unterstreichung */
}
a:hover
{
        color: rgb(51,102,204);
        text-decoration: underline;                        /* Unterstreichung */
}
table
{
        table-border-color-light: rgb(255,204,102);
        table-border-color-dark: rgb(204,153,102);
        font-size: 10pt;
}
td
{
        font-family: Verdana, Helvetica;
        font-size: 10pt;
        vertical-align: top;
}
.tcb
{
        font-weight: bold;
        text-align: center;
}
.right
{
        text-align: right;
}
tr
{
        font-family: Arial, Helvetica;
        font-size: 10pt;
}
body
{
        font-family: Arial, Helvetica;
        background-color: rgb(0,0,0);
        color: rgb(255,255,255);
        font-size: 10pt;
        margin:0px 0px 0px 0px; 

        scrollbar-base-color:#000000;       /* Basisfarbe der Scroll-Leiste */
        scrollbar-3dlight-color:#3366CC;    /* Farbe für 3D-Effekte */
        scrollbar-arrow-color:#000000;      /* Farbe für Verschiebepfeile */
        scrollbar-darkshadow-color:#000000; /* Farbe für Schatten */
        scrollbar-face-color:#3366CC;       /* Farbe für Oberfläche */
        scrollbar-highlight-color:#3366CC;  /* Farbe für oberen und linken Rand */
        scrollbar-shadow-color:#3366CC;     /* Farbe für unteren und rechten Rand */
        scrollbar-track-color:#000000;      /* Farbe für freibleibenden Verschiebeweg */
}
p
{
        font-family: Verdana, Helvetica;
        color: rgb(51,102,204);
        font-weight: normal;
}
h1
{
        font-family: Arial, Helvetica;
        font-weight: bold;
        color: rgb(0,0,0);
        font-size: 18pt;
}
h2
{       font-family: Verdana, Helvetica;
        color: rgb(153,204,255);
        font-size: 12pt;
        font-weight: bold;
}
h3
{       font-family: Arial, Helvetica;
        color: rgb(255,255,255);
        background-color: rgb(0,0,0);
        width: 500px;
}
h4
{       font-family: Arial, Helvetica;
        color: rgb(0,0,0);
}
h5
{       font-family: Arial, Helvetica;
        color: rgb(0,0,0);
}
h6
{       font-family: Arial, Helvetica;
        color: rgb(0,0,0);
}