h1, h2 {
	font-variant: small-caps;
	text-align: justify;
	font-size: 12pt;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}


#content {
	background-color: #FFFFFF;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	width: 620px;
	margin: 0em;
}

#contentEDITORE {
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	width: 335px;
	margin: 0em;
}

#contentLIBRI {
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	width: 310px;
	margin: 0em;
	top: 0px;
}
#contentLIBRI2 {
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	width: 325px;
	margin: 0em;
	top: 0px;
}

.copyrightnotice {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 640px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: justify;
}

#mycustomscrollEDITORE {
	/* Typical fixed height and fixed width example */
width: 350px;
height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
}
#mycustomscrollLIBRI {
	/* Typical fixed height and fixed width example */
width: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: justify;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 220px;
}

#mycustomscrollPRESS {
	/* Typical fixed height and fixed width example */
    width: 670px;
    height: 279px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
    position: relative;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 605px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.fixedwidthEDITORE {
height: auto;
position: relative;
color: black;
padding: 1px;
}
