Devi usare i fogli di stile e definire per il tag A
Es :
<html>
<head>
<title>Untitled</title>
<style type="text/css">
A {font-family: Verdana; font-size: 9px; color: #0033CC; text-decoration:none;}
A:link {font-family: Verdana; font-size: 9px; color: #0033CC; text-decoration:none;}
A:visited {font-family: Verdana; font-size: 9px; color: #000000; text-decoration:none;}
A:hover {font-family: Verdana; font-size: 9px; color: #0033CC; text-decoration:underline;}
</style>
</head>
<body>
<a href="xxxx.htm">PROVA</a>
</body>
</html>
bye
Danies
Lene Marlin, The Northern Light