a:link
{
        color: black; font-weight: bold;
}
a:visited
{
        color: black; font-weight: bold;
}
a:hover
{
        color: red; font-weight: bold;
}
a:active
{
       color: black; font-weight: bold;
}

body
{       background: url(pngs/blau1.png);
        list-style-position: outside;
        font-size: 13pt;
        color: black;
        font-family: verdana, Arial, 'Times New Roman';
        list-style-type: disc;
}
H1
{
        font-size: 20pt;
        font-family: 'Bookman Old Style' , 'Times New Roman' , Arial;
}
H2
{
        font-size: 16pt;
        font-family: 'Bookman Old Style' , 'Times New Roman' , Arial;
}
TD
{
        list-style-position: outside;
        font-size: 13pt;
        color: black;
        font-family: Arial, 'Times New Roman';
        list-style-type: disc;
}
