button
{
border: 2px inset gray;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    min-width: 250px;
    min-height: 330px;
    text-align: center;
    background-color: #0da1ef;
}
button.up
{
border:2px outset;
}
button.dn
{
border:2px inset;
background:buttonhighlight;
background-color: #44b244
}

#B1
{
 background-color: #f2f25a;  
}
#B2
{
 background-color: #fa933b;  
}
#B3
{
 background-color: #8dedff;  
}
#B4
{
 background-color: #aeaaff;  
}
#B5
{
 background-color: #ffaae8;  
}

.timer
{
 position:absolute;
 width:200px;
 height:100px;
 top:-20px;
 font-size: 66pt;
}

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

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

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

.BlackBackground
  {
     background-color: #000000;
  }