@charset "utf-8";
.buttonscontainer 

.buttons a {
color: black;
padding: 2px;
padding-left: 3px;
display: block;
border: 1px solid #333333;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
background-color:#FFFFCC

}

.buttons a:hover {
color:#660000;
text-decoration: underline;
background-color:white;
border-right: 5px solid #003366;
border-left: 5px solid #003366;
padding:2px;
font-weight:bold;
}

