html {
	height: 100%;
	margin: 0;
}
body {
	font-size:1em;	
	font-family: arial, sans-serif, garamond;
	color: #333; 
	background: transparent; 
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

a, a:visited {
	color: #666;
	text-decoration: none;
}
	a:hover {
		color: #CC0000;
		text-decoration: none;
	}

p.firma {
	font-family: garamond, arial, sans-serif;
	font-weight: 500;
	font-size: 15pt;
	color: #000;
	font-style: italic;
	margin: 5px 0 10px 0;
}

div.erroreMySQL {
	color: #C00;
	background: transparent url(ottimizzate/sfondoMenu.png) repeat top left;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 350px;
	clear: both;
	text-align: left;
	padding: 15px;
	border: 1px #6b6b6b solid;
}

#divContenitore {
	width: 750px;
	background: transparent;
	color: #333333;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
}
	#divTestata {
		width: 100%;
		height: 70px;
		margin: 0 0 10px 0;
		text-align: center;
	}
		#divTestata a img {
			border: 0;
		}

	#corpoArticolo {
		margin-top: 20px;
		font-size: 10pt;
		padding: 0 0 10px 0;
		text-align: justify;
	}
		#corpoArticolo span.bold {
			font-weight: 600;
		}
		#corpoArticolo h3 {
			color: #999;
			padding: 5px 0 10px 0;
			margin: 0;
			font-weight: 600;
			font-variant: small-caps;
		}
		#corpoArticolo h4 {
			color: #000;
			padding: 5px 0 10px 0;
			margin: 0;
			font-size: 15pt;
			font-weight: 600;
			font-family: Garamond, "Times New Roman", Times, serif;
		}
		#corpoArticolo img.imgPrincipale, 
		#corpoArticolo img {
			display: none;
			visibility: hidden;
		}
		#elencoFotoArticolo {
			display: none;
			visibility: hidden;
		}
