/* typography */

a, a:visited
{
    color: blue;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus
{
    color: #bf1e2e;
    text-decoration: none;
}