﻿a {
    text-decoration: none;
    color: hsl(232, 50%, 25%);
    background-color: white;
    font-weight: bold;
}

    a:hover,
    a:focus {
        text-decoration: underline;
        color: #c60
    }