  
.buttonClass{
  display:block;
  background-color : navy;
  text-align : center;
  border-width : 3px 3px 3px 3px;
  border-style : outset outset outset outset;
  border-color : white white white white;
  height : 13pt;
  color : white;
}
A:HOVER{
  color : black;
  background-color : white;
  border-width : 3px 3px 3px 3px;
  border-style : inset inset inset inset;
  border-color : white white white white;
  font-size : 13pt;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN";
}
