﻿body {background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: "Arial";}
	
#content {border-top:3px solid #C0C0C0;
border-bottom:3px solid #C0C0C0; 
padding-bottom: 2px; padding-top:3px; 
position: absolute;
width: 600px; height:125px;	
font-size: 8pt;	line-height: 125%}
	
div.TitoloPrincipale {
font-size: 12pt; color: #000000; 
padding-bottom:5px; padding-top:10px; 
text-align: left; text-decoration:none}

h1 {font-size: 8pt; color: #000000; padding:0px; padding-left:2px; margin-top:5px; 
margin-bottom:0px; text-align: left; text-decoration:none;font-weight:lighter}
h1 a:active {text-decoration: none;  color: #000000}
h1 a:link {text-decoration: none;    color: #000000}
h1 a:visited {text-decoration: none; color: #000000}
h1 a:active {text-decoration: none;  color: #000000}
h1 a:hover {text-decoration: none;   color: #ff0000}
p {text-align: justify; font-size: 8pt; padding:0px; padding-right:5px; padding-left:2px; margin-top:0px; margin-bottom:0px}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 600px;
height: 122px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0px;
padding: 0px;
	text-align: justify;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px;
height: auto;
position: relative;
color: black;
padding: 0px;
}