


#page-wrap { width:inherit 80px auto; }


.button {   
   color: #1f3f5f;
   font-size:font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   
}
.button:hover 
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}


