BODY{
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	color: #006633;
	font-size : 12pt;
	background-color : White;
	scrollbar-base-color : #ECECEC;
	scrollbar-dark-shadow-color : #3F3F3F;
	scrollbar-face-color : #DADADA;
	scrollbar-highlight-color : #ECECEC;
	scrollbar-shadow-color : #339900;
	
}
A:link			 {
	color: #006600;
	text-decoration : underline;
}
A:visited		 {
	color: #006633;
	text-decoration : underline;
}
A:active		 {
	color: #660099;
	text-decoration : underline;
}

A:Hover {
	color: #660099;
	text-decoration : underline;
	background-color: #FFFF99;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #3D3D3D;
	text-align : center;
	background-color : #B1B494;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #006633;
	text-align : center;
}
H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #525B3B;
	text-align : center;
	background-color : #dfdfdf;
}
TABLE {
	color : #006633;
	font-size : 12 pt;
}
TD {
	color : #006633;
	
}



HR {
	color : #336600;
}

.int {
	color : #707070;
	font-size : x-small;
	text-align : right;
	text-indent : 5%;
}

.sfondo {
	background-color: #EBEBEB;
	margin: 4px;
}

.testo {

text-align: justify;
}

.bordo  {

	text-align: justify;
	border : thin solid #006633;
}

.evred {
	color : Red;
}