codice:
<html>
<head>
<title>cambio colore</title>
<style type="text/css">
a { text-decoration:none: }

a:hover {color:#00FF00; }
</style>
</head>
<body>
Primo
Secondo
Terzo
Quarto
Quinto
Continua...
</body>
</html>