body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	background-color: #FFFFFF;
	cursor: text;
	clear: right;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(immagini/back.JPG);
	background-repeat: repeat-y;

}
strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;



}

#strumenti {
	list-style-type: none;
	list-style-position: outside;
}

#titolo {
	position: absolute;
	height: 50px;
	width: 407px;
	left: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	text-align: center;
	top: 0;
	margin: 0px;
	padding: 5px;

}
#destra {
	position: absolute;
	width: 180px;
	height: 449px;
	left: 597px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: inset;
	top: 0;
	margin: 0px;
	padding-left: 5px;
}
#centro {
	background-color: #FFFFFF;
	top: 50px;
	left: 190px;
	height: 342px;
	width: 407px;
	position: absolute;
	border-top-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: inset;
	margin: 0px;
	border-bottom-style: double;
}