body
{
        font-weight: bolder;
        color: #9a2b2a;
        background-color: #ffff9c;
}
A
{
        font-weight: bolder;
        color: #9a2b2a;
        text-decoration: underline none;
}
A.menue
{
        font-weight: bolder;
        color: #ffff9c;
        text-decoration: underline none;
}
A:hover
{
        font-weight: bolder;
        color: #BF6B8D;
}
A.menue:hover
{
        font-weight: bolder;
        color: #BF6B8D;
}
A:active
{
        font-weight: bolder;
        color: #BF6B8D;
}
A.menue:active
{
        font-weight: bolder;
        color: #BF6B8D;
}
.menue_body
{
        font-weight: bolder;
        color: #ffff9c;
        background-color: #561010;
}
h2
{
 font-size: larger;
 font-weight: bold;
}