
a {
    text-decoration: none;
    color: #428bca;
}

    a:hover {
        text-decoration: none;
        color: blue;
    }

    footer a:hover {
        text-decoration: underline;
    }
html, body {
    height: 100%;
    margin: 0;
}