/*Website Federico Magoni @ Web3king.com*/

body {
	color: #333;
	font: .82em Arial, Verdana, sans-serif;
	text-align: center;
	line-height: 1.8em;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(img_home/grigio-sfondo.jpg);
}

.titolo-indice{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.titolo-indice:hover{
	color: #000000;
	font-family: Calibri;
	font-size: 16px;
}

.titolo-par{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.titolo-par:hover{
	color: #000;
}

.desc-indice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}


.foot-ind{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

