.redbutton {display:block;margin-top:3px;font-size:10px;letter-spacing:1px;color: #ffffff;}

.button
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(buttons/yellow.png) no-repeat;
white-space: nowrap;
display: block;
width: 99px;
height: 66px;
margin: 0;
padding: 0;
}

.button a
{
display: block;
font-size: 10px;
letter-spacing:1px;
width: 99px;
height: 66px;
float: left;
color: #ffffff;
text-decoration: none;
}

.button img {
width: 99px;
height: 66px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.button a:hover {color:#000000;}

.button a:hover img
{
visibility:hidden;
}

.button span
{
position: absolute;
width:63px;
left:12px;
top:18px;
text-align:center;
margin: 0px;
padding: 0px;
cursor: pointer;
}

