@charset "utf-8";
body {
	margin-top: 12px;
	background-image:url(../image/background.png);
	background-repeat:repeat;
}
a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F30;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F30;
}
.Testo {
	font-size: 21px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.Testo2 {
	text-align: center;
	font-style: italic;
	font-size: 20px;
}
.Testo3 {
	font-style: italic;
	font-size: 20px;
}
.Testo4 {
	font-size: 16px;
	font-style: italic;
}
.TitoloRED {
	color: #F00;
	font-size: 36px;
	text-align: center;
}
.Testo5 {
	text-align: left;
	font-size: 20px;
}

