#buttonscontainer {width: 120px; margin-right: 10px; border: 2px solid black; background-color: black;
}

#buttons a {color: white;
background-color: #550000;
padding: 3px;
padding-left: 10px;
display: block;
border-left: 5px solid red;
font: 9pt Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;

margin-top: 1px;}

#buttons a:hover {border-left: 5px solid #FFCC33;
text-decoration: none;
color: #FFCC33;
font-weight: bold;
}