Moin Anonykatz,
die Unterklasse "normal" für die normalen Links kannst Du sogar noch weglassen:
a.navi:link { color:#C9D1D3; text-decoration:none }
a.navi:visited { color:#C9D1D3; text-decoration:none }
a.navi:hover { text-decoration:underline }
a.navi:active { text-decoration:none }
a:link { color:#355057; text-decoration:none }
a:visited { color:#355057; text-decoration:none }
a:hover { text-decoration:underline }
a:active { text-decoration:none }
Dann wird jeder Link, der ohne Klassenangabe daherkommt, automatisch in diesem Format angezeigt. Je nachdem, wie viele normale Links Du auf Deinen Seiten einbaust, kann das ganz schön Tipparbeit sparen. ;o)
Herzliche Grüße,
Meg