.cssbutton{
background-color: #778899;
border: 2px #1E90FF outset;
padding: 1px 4px;
color: white;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 18px;
}



.cssbutton:hover{
border-style: inset;
background-color: orange;
color: red;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: white;
}
