> In the "good old days" you could tell when you have gone to a link
> because it was coloured differently but now so called "designers"
> overide this.....
You can override it back. In userContent.css:
A:link { color: blue !important }
A:visited { color: red !important }