I used this bit of code to make all the links in my posts bold instead of the bright cyan that I don't like:
#content-left a {
font-weight:bold;
}
However, it also makes all the other links (headlines, tags, categories, author name, etc.) bold, which I'd prefer not to do. Could someone tell me how to limit the bolding just to links within the text of the posts? I don't want to make the whole blog look "heavier." I just want to make the links within the posts a little more obvious to the reader without resorting to a bright color.