<html> 
<head> 
<title>Prova CSS</title> 
<style type="text/css"> 

}
a:link {
font-size: 10pt; 
color: #000000; 
text-decoration: none;
font-family:book antiqua;
}
a.link:hover {
font-size: 10pt; 
color: #000000;  
text-decoration: none; 
background: red; 
}
a:visited {
font-size: 10pt; 
color: #000000; 
text-decoration: none; 
font-family:book antiqua;
}

</style> 
</head> 
<body> 

</body>