body{
	color: White;
	background-color: Black;
	background-image: url("immagini/sfondi/marmonero.gif");
}
img{
	border-style: none;
	border-width: 0px;
}
a:link,
a:visited{
	color: Yellow;
	text-decoration: none;
}
a:hover{
	color: Black;
	background-color: Yellow;
}
p.logo{
	text-align: center;
}
h1{
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: Red;
}
h2.testo_pretitolo{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2.testo_sottotitolo{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.testo_singolo{
	margin-left: 15%;
	width: 70%;
	text-align: justify;
	border-color: #A7A7A7;
	border-style: solid;
	border-width: 1px;
}
div.immagine{
	width: 200px;
	height: 180px;
	border-color: Yellow;
	border-style: solid;
	border-width: 1px;
	margin: 20px;
	float: left;
	text-align: center;
	padding-top: 20px;
	background-color: #424200;
}
div.parte_immagini{
	text-align: center;
	/*border-color: Aqua;
	border-style: solid;
	border-width: 1px;*/
}
div.testo_singolo{
	background-image: url("immagini/sfondi/bg_fs-nero.jpg");
	padding: 10px;
}
h2.testo_pretitolo{
	color: Yellow;
}
h2.testo_sottotitolo{
	color: Yellow;
	margin-bottom: 5px;
}
p.titolo_immagine{
	text-align: center;
}
p.torna_home_page{
	text-align: center;
}
p.firma{
	text-align: right;
	margin-right: 40px;
	font-style: italic;
}
