/* CSS Document */
address{font-family:"Times New Roman", Times, serif; font-size:14px;}
p{font-family:Arial; font-size:14px;}
.centrato{text-align:center;}
.sinistra{text-align:left;}
.destra{text-align:right;}
.sinistra{text-align:left;}
.destra{text-align:right;}
h1{font-family:Arial;font-size:18px;}
h2{font-family:"Arial Black";font-size:16px; font-weight:lighter}
h3{font-family:"Arial Black";font-size:14px;}
td{font-family:Arial; font-size:10px; border:#FF9900;}
th{font-family:Arial; font-size:10px; border:#FF9900;}
tr{border:#FF9900;}
table{border:#FF9900;
border-color: #FF9900;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #669900;
}
a:active {
	color: #FF6666;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

