.cssbutton{
background-color: white;
border: 2px #999999 outset;
width:200px;
height=30px;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 14px Arial;
display: block;
outline:none;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #CCCCFF;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

