/* CSS Document */
.button {
text-align: center;
font-weight: bold;
font-size: 24pt;
font-family: Arial, Helvetica, sans-serif;
background-image: url(../images/button.gif); background-repeat: no-repeat;  
}

A { color:#000000; text-decoration: underline; }
A:hover { color:#000000; text-decoration: underline; 
}

