<style>

a.block
{
display:block;
font-family: verdana;
font-size:9pt;
font-weight:bold;
}

a.block:active
{
display:block;
background-color:#3C0000;
text-decoration:none;
font-family: verdana;
font-size:9pt;
font-weight:bold;
}

a:link
{
display:block;
text-decoration:none;
background-color:#3C0000;
font-family: verdana;
font-size:9pt;
font-weight:bold;
}

a:visited
{
display:block;
background-color:#3C0000;
text-decoration:none;
font-family: verdana;
font-size:9pt;
font-weight:bold;

}

a:hover
{
display:block;
background-color:#3C0000;
text-decoration:none;
font-family: verdana;
font-size:9pt;
font-weight:bold;

}


.titel
{
font-family: verdana;
font-size:9pt;
font-weight:bold;
}

.text
{
font-family: verdana;
font-size:8pt;
}

.unter
{
font-family: verdana;
font-size:8pt;
font-weight:bold;
}
</style>