Get the Firefox browser with the web developer addon which allows you to tinker with the CSS and see the results immediately. You still have to save the changes and upload them to the site, but it makes finding and changing things in the stylesheet easier.
I don't know why the link isn't changing color after being visited. The lines in red are the ones which should control that text.
Code:
a:visited, #indexDefaultHeading {
color: #b295cd;
}
a:visited, #categoriesContent .sideBoxContent{
color: #263d49;
}
a:link, #indexDefaultHeading {
color: #5a7f92;
}