<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>fontstile.css</title>

</head><body>
<style type="TEXT/CSS">
.testo A:Link {color:black; text-decoration:underline;}
A:Visited {color:black; text-decoration:underline;}
A:Hover {color:green;text-decoration:underline;}
A:Active {color:purple;text-decoration:none;}
</style>
</body></html>