@klhaight: I check in your site code and you have added the link code in “Appearance => Theme Options => Custom CSS” box.
a,
#site-title a:focus,
#site-title a:hover,
#site-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.widget_catchbox_ephemera .comments-link a:hover,
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
section.recent-posts .other-recent-posts .comments-link a:hover,
.format-image footer.entry-meta a:hover,
#site-generator a:hover {
color: #b6b6b4;
}
I don’t know why you have added that css. For link the following css will be fine to add it in “Appearance => Theme Options => Custom CSS” box.
a { color: #004d1b; }