body {
	background-color: #787878;
	background-image: url(img/q.gif);
	margin-top: 0px;
}

.testo {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 0px;
	list-style-type: square;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.testo A:link {text-decoration: none;  color: #666666}
.testo A:visited {text-decoration: none;  color: #666666}
.testo A:active {text-decoration: none;  color: #666666}
.testo A:hover {text-decoration: underline; color: #666666}

.titoletto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
.index {
	font-family: Tahoma, "Arial Narrow", Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.centratura{ position: absolute;top: 50%;left: 50%;
    width: 650px; height: 350px;
    margin-left: -325px;margin-top: -175px;
    text-align: center} 