html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#FF0000;
}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.foot {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.linkfoot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkfoot:hover {
	color: #FF0000;
}
.sfondotab {
	background-attachment: scroll;
	background-image: url(sfondo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.sottolineaturacella {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #451103;
	border-right-color: #451103;
	border-bottom-color: #451103;
	border-left-color: #451103;
}
.cellagallery {	
	border: 1px solid #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.cellaTitoloGallery {
	border-top: 1px none #CC0000;
	border-right: 1px none #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px none #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
}
a.linkgallery {	
	border: 10px solid #FF0000;
}
.bordicella {
	border-top: 3px none #CC0000;
	border-right: 3px solid #CC0000;
	border-bottom: 3px none #CC0000;
	border-left: 3px solid #CC0000;
}