Is it feasible to specify in CSS that a link should not change its color and instead use the default one?
For example:
If I have text displayed in red, and that text is also a hyperlink. Typically, when clicked on, the text would change to blue because it's a link. However, I want it to remain red.
Therefore, is there a universal style for 'a:link' that can be used to prevent any color changes?