HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP:0px
}
BODY {
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center; 
	}

DIV#padre {
	MARGIN: 0px auto;
	WIDTH: 720px;
	POSITION: relative;
	TEXT-ALIGN: left;

}
div#figlio{
	position: absolute;
	right: 55px;
	TOP: 40px;
	padding: 0;
	width: 367px;
	height: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: 15px;
	/*background-color: Olive;*/
	
	overflow: auto;
}

div#testo_sotto{
	text-align: center;
}

h1{
	FONT-SIZE: 10pt;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
h2{
	FONT-SIZE: 9pt;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0 0px 0;
	margin: 0 0 0 0;
	display: inline;
}
h3{
	FONT-SIZE: 8pt;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 4px 0 0px 0;
	margin: 4px 0 0 0;
	text-decoration: none;
}
p{
	padding: 6px 0px 10px 0px;
	margin: 6px 0px 10px 0px;
}
div#img{
	position: absolute;
	LEFT: 60px;
	TOP: 25px;
	padding: 0;
	width: 217px;
	height: 249px;
	text-align: center;
	/*background-color: Olive;*/
}
div#benvenuto{
	position: absolute;
	right: 45px;
	TOP: 270px;
	padding: 0;
	width: 290px;
	/*height: 350px;*/
	/*line-height: 12px; */
	font-size: 11pt;
	
	/*font-weight: bolder;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link, a:visited{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	}
a:hover{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}
.testlink:link, .testlink:visited, .testlink:hover{
	text-decoration:underline;
	color: #000000;
	}
.testo_pp:link, .testo_pp:visited{
	color: #B22222;
}