button
{
border: 2px inset gray;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    min-width: 45px;
    min-height: 10px;
    text-align: center;
    background-color: #33CCFF
}
button.up
{
border:2px outset;
}
button.dn
{
border:2px inset;
background:buttonhighlight;
background-color: #2EFE2E
}


.selectClass {
   font-size: 20px;
   font-family: 'Impact', cursive;
   background-color: #ffffff
}

.submitClass {
   font-size: 16px;
   font-family: 'Cursive';
   background-color: #b0bfc4
}

.basic {
   font-size: 20px;
   font-family: 'Impact', cursive;
   background-color: #b0bfc4
}

.BlackBackground
  {
     background-color: #000000;
  }