body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

p a {
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}


ul a {
    text-decoration: none;
}

ul a:active,
ul a:hover {
    text-decoration: underline;
