A:link { text-decoration:none; color:magenta; }
A:visited { text-decoration:none; color:blue; }
A:hover { text-decoration:none; color:#00ff00; }
A:active { text-decoration:none; color:red; }

.titolo {
font-family: "Arial", "Helvetica", "Verdana", "Times", sans-serif;
font-size:30px;
font-weight:bold;
line-height:30px;
color: black;
}

.testo {
font-family: "Arial", "Helvetica", "Verdana", "Times", sans-serif;
font-size:18px;
font-weight:Bold;
line-height:18px;
font-style: italic;
color: black;
}

.note {
font-family: "Arial", "Helvetica", "Verdana", "Times", sans-serif;
font-size:13px;
font-weight:normal;
line-height:13px;
color: black;
}