Ok, at lines 290,291, inc_header.asp, add the lines in red:
".spnMessageText a:active {color:" & strForumActiveLinkColor & ";text-decoration:" & strForumActiveTextDecoration & "}" & vbNewLine & _
".spnRR a:link {color:#ffffff;text-decoration:" & strForumVisitedTextDecoration & "}" & vbNewLine & _
".spnRR a:visited {color:#ffffff;text-decoration:" & strForumVisitedTextDecoration & "}" & vbNewLine & _
".spnSearchHighlight {background-color:" & strSearchHiLiteColor & "}" & vbNewLine & _
Then at line 57, inc_footer.asp, add the part in red:
if strShowTimer = "1" then
Response.Write " <td align=""left""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & chkString(replace(strTimerPhrase, "[TIMER]", abs(round(StopTimer(1), 2)), 1, -1, 1),"display") & "</font></td>" & vbNewLine
end if
Response.Write " <td class=""spnRR"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>"
This will show the link in white.