body{
				background-color:rgb(203,203,203);
			}

			div.base{
				width:960px;
				height:740px;
				margin-left:auto;
				margin-right:auto;
				border-left:1px solid #0079b2;
				border-right:1px solid #0079b2;
				background-color:rgb(255,255,255);
				}

			div.sotto{
				width:940px;
				height:30px;
				margin:auto;
				border-left:1px solid #0079b2;
				border-right:1px solid #0079b2;
				background-color:rgb(0,121,178);
				color:rgb(255,255,255);
				padding:10px;
				text-align:center;
				font-size:small;
				}

			div.titolo{
				width:auto;
				padding:22px;
				margin-bottom:-6px;
				background-color:rgb(0,121,178);
				text-align:center;
				}

			div.text{
				padding:30px;
				text-align:justify;
				margin:auto;
				font-family: Verdana, sans-serif, Arial;
				line-height: 25px;
				}
