/*-----attach body.custom to any style you add here-----*/
/* to change the color of a post link on home page */ body.custom .entry-title a { color: #000000;} 

body.custom a {
	color: #000; }
To specifically target the tag links.
body.custom .entry-tags a {
	color: #000; }
To target the feed links.
body.custom #pp-subscribe a {
	color: #000; }
body.custom a { color: #736F6E; }
body.custom .commentlist p a { text-decoration: underline; }