@charset "utf-8";
body {
	background-color: #769EC7;
}
a:link {
	color: #C30;
	text-decoration:none;
}
a:hover {
	color: #F90;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.Titolo {
	color: #63985C;
	font-size: 38px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.Sottotitolo {
	color: #63985C;
	font-size: 25px;
	font-weight: bold;
}
.Paragrafo {
	font-size: 11px;
	color: #C30;
	font-weight: bold;
	text-align: right;
}
.Paragrafo2 {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.Paragrafo3 {
	font-size: 14px;
	color: #C30;
	font-weight: bold;
	text-align: center;
}
.Copyright {
	font-size: 9px;
	text-align: right;
	color: #FFF;
}
