body {
	background-image: url(../immagini/porzioni/sfondo.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
a:link {
	color: #F90;
}
a:visited {
	color: #EA8C00;
}
a:hover {
	color: #09F;
}
a:active {
	color: #09F;
}
.sfondocontenuto {
	background-image: url(../immagini/porzioni/sf.png);
	background-repeat: repeat-x;
	padding: 15px;
}

.bordo {
	border: 1px solid #000;
}
.center {
	text-align: center;
}
.clicca {
	font-size: 9px;
	text-align: center;
}
.tabz {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #484848;
	border-bottom-color: #484848;
}
