a.link-style {
    text-decoration: underline;
}

a.link-style:hover {
    opacity: 0.75;
}

a.link-style:focus {
    outline: 5px auto #ff8c00;
}