I've never edited a CSS file before, but looking at lines 14-21 in coffee.css I don't see anything familiar.
My eyedropper tool on an actual page on my site tells me that regular body text is #666666, links are #888888, and hover links are #392E27. In lines 14-21. I don't see any place to change the body text color or the link color or anything that corresponds to that, although I do see the hover link color.
What I want is body text #313131, link text #009FDD, and hovered links to be the same blue color #009FDD with and underline.
Is there some other file that I need to edit?
Here is the original code from lines 14-21 in coffee.css.
/* ------- 3. Typography ETC ------- */
#about_the_author img,#footer h3.widgettitle, #footer div.widget li,#sub_footer,#footer p.thanks,table,th,#footer div.widget_categories li a, #footer div.widget_pages li a
{border-color:#564a41;}
#footer a:link, #footer a:visited,#footer .textfield, #footer textarea, #footer, #home_feature .slider_full h2, #home_feature .slider_full
{color:#ddd;}
.url,#footer a:hover,.contact_widget_email a,.top_metadata a,#blurb p.tweet a,#commentform a,h3.toggle a,.dropcap2,.pullquote_left,.pullquote_right,blockquote,h1,#home_feature h2,h5,.blog_header a,.colored,#secondary .widget_calendar td a,#secondary h3.widgettitle,h3.portfolio a, h2.portfolio a
{color:#564a41;}
a:hover,h3.portfolio a:hover,h2.portfolio a:hover,.blog_header a:hover{color:#382F28;}