1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13: | // CSS-Datei
a:link { color:#339999; text-decoration:none ; font-weight:bold; }
a:hover { color:#003333; text-decoration:none; font-weight:bold; }
a:active { color:#006666; text-decoration:none; font-weight:bold; }
a:visited { color:#006666; text-decoration:none; font-weight:bold; }
a.test:link { color:#FF00FF; text-decoration:none ; font-weight:bold; }
a.test:hover { color:#333333; text-decoration:none; font-weight:bold; }
a.test:active { color:#006666; text-decoration:none; font-weight:bold; }
a.test:visited { color:#006666; text-decoration:none; font-weight:bold; }
|