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