BODY {
        background-image : url(logobo.gif);
        background-attachment : fixed;
}

H1 {
        font-size : xx-large;
        font-weight : bold;
        color : #005c00;
        text-align : center;
        float : none;
        border : thin solid Silver;
        background-color : #c0c0c0;
}

H2 {
        font-size : x-large;
        font-weight : bold;
        color : Black;
        text-align : left;
        float : none;
}

TABLE {
        background-color : White;
        color : Black;
        border : thin solid Silver;
        padding : 0px 0px 0px 0px;
        margin-left : 0px;
        margin-bottom : 0px;
        margin-right : 0px;
        margin-top : 0px;
}

TH {
        font-weight : bold;
        color : #005c00;
        text-align : center;
        float : none;
        background-color : #c0c0c0;
}

TD {
        color : Black;
        text-align : left;
        float : none;
        background-color : #FFFFD0;
}

.bg_weiss {
        background-color : white;
}
.noborder {
        border : 0pt;
}

.10p {
        margin-left : 10%;
}

.15p {
        margin-left : 15%;
}

.20p {
        margin-left : 20%;
}

LI.m {
        list-style-image : url(b_male.gif);
        padding-left : 10px;
}

LI.w {
        list-style-image : url(b_female.gif);
        padding-left : 10px;
}