div#buttona {
        background-image: url(bilder/buttonm.png);
        height: 40px;
        width: 212px;
    line-height: 220%;
        font-weight: none;
        color: #CC0000;
        text-align: center;
        text-decoration: none;
}
div#buttonm {
        background-image: url(bilder/buttonm.png);
        height: 40px;
        width: 212px;
    line-height: 220%;
        font-weight: bold;
        text-align:center;
        text-decoration: none;
}
div#buttonv {
        background-image: url(bilder/buttonm.png);
        height: 40px;
        width: 212px;
    line-height: 220%;
        font-weight: bold;
        text-align:center;
        text-decoration: none;
        text-color: color: #FFFFFF;
}
div#buttone {
        background-image: url(bilder/buttonm.png);
        height: 40px;
        width: 240px;
    line-height: 220%;
        font-weight: bold;
        text-align:center;
        text-decoration: none;
}
div#buttonb {
        background-image: url(bilder/buttonb.png);
        height: 40px;
        width: 240px;
    line-height: 220%;
        font-weight: bold;
        text-align:center;
        text-decoration: none;
}

div#buttonflag {
        height: 24px;
        width: 24px;


        }

body {
        font-family: Arial, Helvetica, sans-serif;
        color: #4E4E4E;
        background-color: #FFFFFF;
}

A              { text-decoration: underline; color: #7E7E7E; }

A:Visited      { text-decoration: underline; color: #7E7E7E; }

A:Active       { text-decoration: underline; color: #7E7E7E; }

A:Hover        { text-decoration: underline; color: #FFFFFF; background-color: #990000;}

A.Flag         { text-decoration: underline; color: #7E7E7E; }

A.Flag:Visited { text-decoration: underline; color: #7E7E7E; }

A.Flag:Active  { text-decoration: underline; color: #7E7E7E; }

A.Flag:Hover   { text-decoration: underline; color: #FFFFFF; background-color: #FFFFFF;}

<!-- background-color: #990000; -->