Hitch and Diap are correct, with RMSDK it at least was and perhaps still is not possible to change the color of the links. If, and only if, the target is only to reach the text from the index and you don't want a link back to the index, why not do it like this:
Code:
Some <span id="indexref1">dummy</span> text.
The code in the reference could then be a real link pointing to this tag. This would cause you normal text to look normal. Isn't that what you are after or am I totally misinterpreting this?