#table-courses a:link {
    color: rgb(148, 193, 28, 1);
}

#table-courses a:visited {
    color: rgb(148, 193, 28, 1);
}

#table-courses a:hover {
    color: var(--RUBgreen);
    text-decoration: none;
}