For the header, post title & nav links, try adding:
#header h1 a{color:#c00;}
#menu a {color:#c00;}
h2.entry-title {color:#c00;}
to the bottom of style.css - substituting #c00 with the code for your color of choice. For the tagline, edit:
#header #blog-description {
color:#888888;
}
and again, change to your color of choice. Remember to press CTRL and F5 simultaneously when viewing the updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.