/* CSS Document */

.buttonscontainer {width: 150px;}

.buttons a {color: #FFFFFF;
background-color: #004881;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #FFFFFF;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:visited {background-color: #004881;
color: White;
text-decoration: none;}

.buttons a:hover {background-color: #0060FF;
color: White;
text-decoration: none;}

.buttons a:active {background-color: #0060FF;
color: White;
text-decoration: none;}