 
.ButtonClass{
display:block;
  
  background-color : #8c8cff;
  text-align : center;border-width : 3px 3px 3px 3px;border-style : outset outset outset outset;border-color : white white white white;
  width : 10em;
  height : 6em;
  vertical-align : 1%;
  color : white;
  font-weight : 900;
}
BODY{
  background-image : url(images/haikei.mif);
  background-repeat : repeat-x;
}
