/* tag html */

body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #C9C9C9;
	background-image: url(../img/index_1_04.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


a:link {
	text-decoration: none;
	color: #FF6600;
}


a:visited {
	text-decoration: none;
	color: #FF6600;
}


a:hover {
	text-decoration: none;
	color: #FF0000;
}


a:active {
	text-decoration: none;
	color: #FF6600;
}



/* classi personalizzate */
.testo_footer {
	font-size: 10px;
	text-align: center;
	color: #333333;
}

.testo_content_testo {
	color: #CCCCCC;
	font-size: 11px;
}