body{
	margin:15px 10px 5px 5px;
}

body,text,p,br,form{
 font-family:Verdana,Arial;
 font-size:16px;
 line-height:130%;
}

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

   border-top: 1px solid #005687;
   background: #005687;
   background: -webkit-gradient(linear, left top, left bottom, from(#9b9bde), to(#005687));
   background: -webkit-linear-gradient(top, #9b9bde, #005687);
   background: -moz-linear-gradient(top, #de9b9bde, #005687);
   background: -ms-linear-gradient(top, #de9b9bde, #005687);
   background: -o-linear-gradient(top, #de9b9bde, #005687);
   padding: 4px 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -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: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }


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