body{
color:#ffffff;
}
.buttonscontainer {
padding-left: 45px;
width : 120px;
}

.buttons a {
color: #ffffff;
background-color: ;
padding: 2px;
padding-left: 10px;
display: block;
border-left: 10px solid #1883ac;
font: 12px Verdana;
font-weight: bold;
margin-top: 5px;

text-decoration: none;
text-align: left;
}

.buttons a:hover {
border-left: 10px solid white;


text-decoration: none;
color: white;
}

#main {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
width: 520px;
background-color: #003366;
verical-align: top;
font: 12px Verdana;
color: #ffffff;
float: left;
}



