
BODY {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
}

A {
color: #004273;
text-decoration: underline;
}

A:hover {
color: #FF2000;
text-decoration: underline;
}

A:visited {
color: #004273;
text-decoration: underline;
}

A:visited:hover {
color: #FF2000;
text-decoration: underline;
}

UL { }

UL.nonpuntato {
list-style-type: none;
}

P { }

P.just {
text-align: justify;
}

