@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	color:#000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contenuto {
	border:#ffffff solid 1px;
}
#contenuto2 {
	border:#ffffff solid 1px;
}
#intestazione {
	border:#ffffff solid 1px;
}
#prima {
	border:#ffffff solid 1px;
}
#seconda {
	border:#ffffff solid 1px;
}
h2 {
	font-size: 16px;
	color:#003399;
	text-align:center;
}
h3 {
	font-size: 15px;
	color:#990000;
	text-align:center;
}
h4 {
	font-size: 14px;
	color:#00CC33;
	text-align:center;
}
.left {
	float: left;
	width: 18%;
	height:auto;
}
.right {
	float: right;
	width: 80%;
	height:auto;
}
.clear {
	clear: both;
}
.pari {
	border:#F2CD37 solid 1px;
	background-color:#F0FBFF;
	margin-bottom: 10px;
}
.dispari {
	background-color:#FFFFCC;
	border:#F2CD37 solid 1px;
	margin-bottom: 10px;
}
