body,td{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-arrow-color: #ff0000;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-Highlight-color: #ffffff;
	scrollbar-3Dlight-color: #ff0000;
	scrollbar-track-color: #ffffff;
	margin: 0;
	padding: 0;
}

.sfondo_home{
	background-attachment: fixed;
	background-image: url(../immagini/home2_13.jpg);
	background-repeat: repeat;
	background-position: left top;	
}

.sfondo{
	background-attachment: fixed;
	background-image: url(../immagini/home_13.jpg);
	background-repeat: repeat;
	background-position: left top;	
}

a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: undeline;
	color: FF0000;
}
a:hover {
	text-decoration: undeline;
	color: #0033FF;
	text-align: center;
}

.Titolo2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.Titolo1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.testorosso {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
