.buttonscontainer {
width: 200px;
font-weight: bold;
}

.buttons a {
color: #000000;
background-color: #FFFFFF;
padding: 3px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000066;
font-weight: bold;
text-decoration: none;
text-align: left;
}

.buttons a:hover {
background-color: #EFEFEF;
color: #0000FF;
text-decoration: none;
}


.sort a {
color: #000000;
background-color: #FFFFFF;
padding: 3px;
padding-left: 3px;
border-bottom: 1px solid #000066;
font-weight: bold;
text-decoration: none;
text-align: left;
}

.sort a:hover {
background-color: #EFEFEF;
color: #0000FF;
text-decoration: none;
}
.sort hr {
background-color:#000066;
color:#000066;
border: #000066;
height: 1px;
}
