@import url("caratteri.css");
H1 { font-size:17px; font-family:verdana; color:green }
H2 { font-size:18px; font-family:arial; color:red }



<style type="text/css">

A:link { text-decoration: none }
A:visited { text-decoration: none ; color: #0000FF}
A:hover { text-decoration: underline }
A:hover { color: red }
</style>




a:active {  text-decoration: none}
a:link {  color: #0000FF}
a:active {  color: #0000FF; background-color: #FFCCFF}
a:active {  }
a:active {  background-repeat: repeat}
