.button {
         width: 112;
         font-size: 8pt;
font-family: arial;
background-color: #D4BDA1;
color: #000000;
border: 1px darkblue solid;
}

.buttonWhite {
         width: 112;
         font-size: 8pt;
font-family: arial;
background-color: #D4BDA1;
color: #000000;
border: 1px white solid;
}

.buttonBlack {
         width: 112;
         font-size: 8pt;
font-family: arial;
background-color: #D4BDA1;
color: #000000;
border: 1px black solid;
}

.buttonSmall {
         width: 50;
         font-size: 8pt;
font-family: arial;
background-color: #D4BDA1;
color: #000000;
border: 1px black solid;
}

.sucheSmall {
         width: 112;
         font-size: 8pt;
font-family: arial;
color: #000000;
border: 1px black solid;
}