You could make a new style for the text that needs differently colored links, and then define the hover, active, visited links for those. Something like this: #linkstext a:hover { color: #c00; } #linkstext a:visited, #linkstext a:link { color: #c66; } And then when you use the <div id="linkstext"> </div> for your text that…
Hey PixelMagus, [EDIT: I had asked how you had gone about setting up your images and everything - but after seeing there's no Flash popup menu when right clicking, and after looking at your code, I assume you made your own site based on his rather than using his source files as they came.] Here's two suggestions: To do the…