@charset   "Shift_JIS";
 

@import url(stylego.css);
.ButtonClass{
display:block;
  color : #ffffb3;
  background-color : navy;
  text-align : center;border-width : 3px 3px 3px 3px;border-style : outset outset outset outset;border-color : white white white white;
  width : 10em;
  height : 1em;
}
A:active{
  color : navy;
  background-color : white;border-width : 3px 3px 3px 3px;border-style : inset inset inset inset;border-color : white white white white;}

