body{
 font-family:Verdana,Arial;
 font-size:12px;
 line-height:150%;
}

a
{
position: relative;
text-align: center;
text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  margin: .1em 0;
  padding: .7em 1em;
  display: inline-block;
  margin-right: .625em;

   border-top: 1px solid #c48585;
   background: #2600bd;
   background: -webkit-gradient(linear, left top, left bottom, from(#9b9bde), to(#2600bd));
   background: -webkit-linear-gradient(top, #9b9bde, #2600bd);
   background: -moz-linear-gradient(top, #de9b9bde, #2600bd);
   background: -ms-linear-gradient(top, #de9b9bde, #2600bd);
   background: -o-linear-gradient(top, #de9b9bde, #b2600bd);
   padding: 10px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }

a:hover {
   border-top-color: #b00000;
   background: #b00000;
   color: #fbffc4;
   }
a:active {
   border-top-color: #000000;
   background: #000000;
   }
