a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #FF7200;
}
a.button, a.buttonDis {
float:left;
display: inline;
background-color: transparent;
background-image: url(buttons/button1.bmp);
background-repeat: no-repeat;
width: 132px;
height: 20px;
margin: 0px auto;
border: 0px;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
a {
display:inline;
color:blue;
}
