a:link
{
        text-decoration: none;
        color: #8000FF;
        font-weight: bold;
        font-size:12px
}
a:visited
{
        text-decoration: none;
        color: #8000FF;
        font-weight: bold;
        font-size:12px
}
a:hover
{
        color: rgb(22,0,0);
        text-decoration: overline underline;
}
a:active
{
        color: rgb(0,0,204);
}
body
{
        font-family: Verdana,Arial;
        background-color: rgb(204,204,204);
        color: #000066;
}

h1, h2, h3, h4, h5, h6
{
        font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
        color: rgb(51,51,204);
}
h2
{
        color: rgb(0,153,51);
}
h3
{
        color: rgb(204,51,51);
}
h4
{
        color: rgb(51,0,204);
}
h5
{
        color: rgb(0,153,51);
}
h6
{
        color: rgb(204,51,51);
}

.bla
{
font-size:5px
}
.uschrift
{
font-size:14px;
font-weight: bold;
}