Herbert: text-decoration

Beitrag lesen

Hier mein Lösungsvorschlag:

.1 a:link {
  color: #FF0000;
  text-decoration: none
 }

.1 a:visited {
  color: #00FF00;
  text-decoration: none
 }

.1 a:hover {
  color: #CCCCCC;
  text-decoration: none
 }

.1 {
  font-family:Arial, Verdana;
  font-weight:bold;
  font-size:20pt;
 }

.2 a:link {
  color: #00FF00;
  text-decoration: underline
 }

.2 a:visited {
  color: #00FF00;
  text-decoration: underline
 }

.2 a:hover {
  color: #0000FF;
  text-decoration: underline
 }

.2 {
  font-family:Arial, Verdana;
  font-weight:bold;
  font-size:20pt;
 }

.........und so weiter!