.cssbutton{
background-color: #add6ea;
border: 2px #000080 outset;
padding: 1px 4px;
color: #3b3b3b;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: #3b3b3b;
}

.cssbutton:hover{
border-style: inset;
background-color: #50b4ec;
text-decoration:none;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: #3b3b3b;
}


