If you are using the Legacy default theme (black) then look on or around line 146 in your style.css file –
/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
color: #000;
text-decoration: none;
}
…..and change #000 to whatever color you need.