/* CSS Document */

.Titolo {
	font-size: 60px;
	text-align: center;
	color:#000000
}
.Sottotitolo {
	font-size:28px;
	font-family:Arial Narrow;
	text-align:center;
	color:#000000;
	font-style:normal
}
.Paragrafo {
	font-size:15px;
	font-family:Arial Narrow;
	text-align:justify;
	font-style:normal;
	color:#000000;
	background:none
}
.Riferimenti{
	font-size:14px;
	text-align:center;
	font-style:normal;
	color:#000000;
	font-family:Arial Narrow;
	background:none
}
.Firma{
	font-size:11px;
	text-align:left;
	vertical-align:bottom;
	font-style:normal;
	color:#000000;
	font-family:Arial Narrow;
	background:none
}
#Sfondo_Pagina {
	background-image:url(Immagini/Bordo_Doppio.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	position:static
}
#Livello_1 {
	position:fixed;
	width:180px;
	height:200px;
	top: 200px;
}
#Livello_Firma{
	position:static;
	width:170px;
	height:auto;
	bottom:0px;
	left:0px;
	text-align:left
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #CC00CC;
}
a:active {
	color: #0000FF;
}
#Div_Centro{
	position:relative;
	width:680px;
	height:auto;
	left:200px;
	text-align:center
}

