Quellcode body {
color: #FF3300; /* rote Schrift */
background: #000000; /* schwarzer Hintergrund */
}
a:link { color:#FF3300; text-decoration:none; } /* Alle links rot */
a:visited { color:#FF3300; text-decoration:none; } /* besuchte Links rot */
a:hover { color:#FFFF00; text-decoration:none; } /* bei überfahren des Links gelb */
a:active { color:#FF3300; text-decoration:none; } /* gerade angeklickt */ |