.blueButton:hover {
    background-color: #bd9a79;
}
.blueButton {
    display: inline-block;
    margin: 3px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    padding: 0px;
    text-align: center;
    background-color: #600563;
    font-size: 0.7em;
    padding: 0px 24px;
    border-radius: 3px;
}