.list a {
    text-decoration: none;
}

.list a:hover {
    text-decoration: underline;
    color: #43597A;
}