a.buttonStyle001, a:link.buttonStyle001 {
    position: relative;
    display: inline-block;
    min-width: 60px;
    margin: 0;
    /* padding: 14px 18px; */
    background: #595959;
    color: white;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.22;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}

a.buttonStyle001:hover,a:link.buttonStyle001:hover {
    background: #595959;
    color: black;
}