Hyperlink Default Color
Using Jamroom
Ok, for you, you're not using a custom skin, so the easiest way to do it is to add that as some style code to your skins meta.tpl file.
Just before the closing HEAD tag add it in wrapped in STYLE so the full thing looks like this:
<style>
.forum_post_text a {
color: blue;
}
</style>
</head>
I've added it to your racers site. its working now.
For anyone reading who wants to know how to alter the meta.tpl file via the ACP, here is the doc:
Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor