Pac: a:link verschachteln

Beitrag lesen

Hallo,

wie kann ich a:link und ähnliche Eigenschaften in Klassen verschachteln ?

Ich habe mir sowas vorgestellt :

.anders {

a:link { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FF9933; }
a:hover { text-decoration: underline; color: #FF9933; }
a:active { text-decoration: underline; color: #FF9933; }

}

Was aber nicht funktioniert.

danke...