 body {font-family: arial, helvetica, sans-serif;}

.buttonscontainer {width: 200px;
float:left;}

.buttons a {color: #000000;
background-color: #FEEBCD;
padding: 2px;
padding-left: 10px;
display: block;
border-left: 40px solid black;
border-right: 20px solid #FEEBCD;
font: 18px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 40px solid green;
border-right: 20px solid green;
text-decoration: none;
color: green;}