Should we always use all these pseudo selectors with different colors?
a:link { color: blue }
a:active { color: white;}
a:hover { color: white;}
a:visited {color:green;}
Basically we define these for links in the main content area, but then the problem is that it overrides all side bar links, navigation links, etc also, then we need to create define all again for navigation links if navigation has different color scheme?
Update: And another problem is if we decide to use all then how to decide color for active, hover and visited because client and designer never provide color for all. they only provide color of link