    .button{
      border-style: solid;
      border-color: #ccc #999 #999 #ccc;
      border-radius: 7px;
      padding: 0.6em 0.9em;
      /*background:  #fff; */
      background:  #ccc; 
      background:  -moz-linear-gradient(top, #fff, #ccc); 
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
          text-decoration: none;
      }

body {  
    font-size: 16px;
    width:640px;
    caret-color: transparent;
    /* height:500px; */
    @font-face{
        font-family: "ABACUS"; 
        src: local('ABACUS.woff'), local('ABACUS.TTF');
    }
}

