/* Estilo simples para o link de exclusão */
a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
