#mybutton {
border-style: inset;
border-color: #ff6633;
background-color: #CC3300;
text-decoration: none;
width: 450px;
text-align: center;
}
#mybutton1 {
border-style: inset;
border-color: #0066FF;
background-color: #003399;
text-decoration: none;
width: 450px;
text-align: center;
}
A.buttontext {
color: white;
text-decoration: none;
font: bold 12pt Verdana;
cursor: crosshair;
}
.buttonover {
color: yellow;
text-decoration: none;
font: bold 12pt Verdana;
cursor: move;
}
