Link selectors, such as :visited, apply to the link itself not the target. As far as I know there is no way to change the styling on the target of a followed link via CSS.
You could probably achieve this using JavaScript, but that wouldn't be supported by many reading devices.
|