h3.topside
  {
    color: white;
  }

a
  {
    color: tan;
  }

table.bottom
  {
  
  }

body
 {
   background-color: black;
 }
 .button1
  {
    border-style: outset;
    border-width: thick;
    background-color: blue;
    color: yellow;
    font-weight: bolder;
  }
 .button2
  {
    border-style: outset;
    border-width: medium;
    background-color: darkblue;
    color: lightgreen;
    font-weight: bolder;
    width: 120px;
    height: 30px;
    font-size: xx-small;
  }

.display 
 {
   color: lightgreen;
   background-color:black;
   font: xx-small, arial;
   border-style: outset;
   border-width: thick;
   padding-top: 10px;
   padding-left: 6px;
   font-size: medium;
   text-align: left;
   padding-left: 10px;
background-image: url('skin1.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
}



table
 {
   font: bold 16px arial;
 }

.cal
 {
   color: lightgrey;
   background-color: silver;
   font: bold 16px arial;
 }


tr
 { 
   border-style: inset;
   border-width: medium;
   color: white;
 }

.b1
  {
    border-style: outset;
   border-width: medium;
   font-weight: bolder;
   font-size: large;
   padding-left: 5px;
   padding-right: 5px;
   background-color: white;
  }
td
  {
   border-style: inset;
   border-width: medium;
   padding-top: 3px;
   padding-left: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   text-align: center;
  }
.zero
   {
    border-style: outset;
   border-width: medium;
   font-weight: bolder;
   font-size: large;
   padding-left: 25px;
   padding-right: 25px;
   background-color: white;
  }
.b2
  {
    border-style: outset;
   border-width: medium;
   font-weight: bolder;
   font-size: large;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 30px;
   padding-bottom: 30px;
  }
.b3
   {
    border-style: outset;
   border-width: medium;
   font-weight: bolder;
   font-size: large;
   padding-left: 10px;
   padding-right: 10px;
   background-color: white;
  }
.b4
  {
    border-style: outset;
   border-width: medium;
   font-weight: bolder;
   font-size: large;
   padding-left: 5px;
   padding-right: 5px;
  }
