.buttonscontainer {width: 140px;
margin:10px 0px 0px 55px
}

.buttons a {color: red;/*This is the menu text color */
margin: 4px;
padding:2px;
display: block;
border: 4px outset #Fce489;
font: 13px Verdana, sans-serif;
font-weight: normal;
background-color: purple;/*This is the menu background color */


text-align:center ;
width:100px
}

.buttons a:hover {background-color: white;/*This is the hover menu background color */
color: black;/*This is the  hover menu text color */

text-decoration: none;}