Does multiple hyperlink styling still work these days?The way I used to do it was like\[code\].linkStyle2 a { color: #999; text-decoration: none;}.linkStyle2 a:link { color: #999; text-decoration: none;}.linkStyle2 a:visited { color: #666; text-decoration: none;}.linkStyle2 a:hover { color: #CCC; text-decoration: none;}.linkStyle2 a:active { color: #999; text-decoration: none;}</style><span class="linkStyle2"><a href="http://stackoverflow.com/questions/14572717/test.html">test link one</a></span>\[/code\]It doesn't seem to work any more though.. even when inserting them as just classes into the hyperlinks.. it's really weird.