Hi @janaglass,
Not sure if you managed to figure this one or not, but I was also having this issue. I needed the link colour text to stay the same colour, even after it has been visited.
All that needed to be added to the CSS was this:
a:visited {
color: #ffffff;
}
Hope that helps ??