body
{
    font-family: Arial, Helvetica;
    color: rgb(30,30,30);
    margin: 0px;
    font-size: 10pt;
    background-color: green;
}

table
{
    font-family: Arial, Helvetica;
    table-border-color-light: rgb(0,0,160);
    table-border-color-dark: rgb(0,0,255); 
    background-color: rgb(219,230,247);
    font-size: 10pt;
}

.p_alt
{
    margin-top: 0px;
}
.titel1
{
    font-family: Times New Roman, Helvetica;
    color: black;
    font-size: 28pt;
    font-weight: bold;
    font-style: italic;
}

.titel2
{
    font-family: Times New Roman, Helvetica;
    color: rgb(0,128,0);
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
}

.main a:link, .main a:active
{
    color: rgb(0,128,0);
    font-weight: normal;
    text-decoration: underline;
}
.main a:visited
{
    color: rgb(0,128,0);
    font-weight: normal;
    text-decoration: underline;
}

.main a:hover
{
    /* Hover only works in IE. */
    background-color: transparent;
    color: rgb(182,23,28);
    text-decoration: none;
    font-weight: normal;
}