<html>
<head>
<title>Titolo del documento</title>
<style type="text/css">
BODY { background:#FFFFD1; color:#000000 }
A:link { color: Green;background:#FFFFD1;text-decoration : none}
A:visited {color: Green;background:#FFFFD1;text-decoration :none}
A:hover {color: Red;background:#FFFFD1;text-decoration : none;
background-color : Aqua}
A:active {color: lime;background:#FFFFD1;text-decoration : none}
</style>
</head>
<body>
Qui sotto c'è un link che, se viene a contatto con il mouse,</p>
si evidenzia con un colore:</p>
QUESTO E' IL LINK</p>
</body>
</html>