

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}
