a:link {
    color: #0085ca;
}

a:hover {
    color: #0085ca;
    text-decoration: underline;
}

.button {
    color: #ffffff !important;
    background: #007aff;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
    background: #eb4e01;
}