@dcherry It’s coming from this code in your css –
a,
h2 a:hover {
color: #298305;
text-decoration: none;
}
If you change that code, then it will change the link colors. I’m not sure which line it is exactly since most of your css code is showing up on the same line (mixed together) – http://www.yourlifebetter.net/wp-content/themes/epik/style.css?ver=2.0.2 Did you manually do that to your style.css file, or are you using a plugin or something?