@JokeAndBiagio you added !important to your hyperlinks on line 4555…..which gave it priority to override all of the links on your site to show blue –
a {
color: #66CCFF !important;
text-decoration: none;
}
Once you remove the !important then it will return back to normal.