a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}
