Go to folder CSS -> forumstyles.css
Replace the code
Code
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link { text-decoration:none; color:#999999; }
on
Code
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link { text-decoration:none; color:red; }
and
Code
.threadNametd:hover a:link, .forumNameTd:hover a:link, .threadNametd:hover a:visited, .forumNameTd:hover a:visited, .threadNametd:hover a:active, .forumNameTd:hover a:active { color:#ffffff; }
on
Code
.threadNametd:hover a:link, .forumNameTd:hover a:link, .threadNametd:hover a:visited, .forumNameTd:hover a:visited, .threadNametd:hover a:active, .forumNameTd:hover a:active { color:red; }