body {
  background-color: #BEE7BE;
  scrollbar-arrow-color:ffffff;
  scrollbar-track-color:222222;
  scrollbar-shadow-color:ffffff;
  scrollbar-face-color:333333;
  scrollbar-highlight-color:ffffff;
  scrollbar-darkshadow-color:222222;
  scrollbar-3dlight-color:222222;
  text-align: center;
  font-family:"Arial", Times, serif;
   }

body a:link {
  color: #000000;
  text-decoration: underline;
  }

body a:alink {
  color: #000000;
  text-decoration: underline;
  }

body a:vlink {
  color: #000000;
  text-decoration: underline;
  }


body a:visited {
  color: #000000;
  text-decoration: underline;
  }

body a:hover {
  color: #000000;
  text-decoration: underline;
  }


.mybutton {
    background-image: url('images/btn2.png');
    width: 294px;
    height: 53px;
}
.mybutton.pressed {
    background-image: url('images/btn3.png');
}





















