.no-underline {
    text-decoration: none; /* Removes underline from links with this class */
}

a {
    text-decoration: none; /* Removes underline from all links */
}

