a {
color: red !important;
text-decoration: underline;
}
a:visited {
color: red !important;
text-decoration: underline;
}
a:hover {
color: green !important;
font-weight: bold;
text-decoration: underline;
}
dans style.css par contre je ne garantis pas du tout que ça résolve ton problème