BODY {
		 min-width: 750px;
		 background: #F3D602;
		 color: blue;
		 
		 font-family: "Times New Roman", Times, serif;
		 font-size: medium;
		 font-weight: normal;
		 text-align: justify;
}

IMG.S_sinistra{
	margin-top:-10px;
	float:left;
}

IMG.S_destra{
	margin-top:-10px;
	float:right;
}

P.titolo_pagina{
	margin-top:30px;
	margin-bottom:80px;
	text-align:center;
	font-size:20pt;
	font-weight:bold;
}

P.titolo_sezione{
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-size:16pt;
	font-weight:bold;
}

P.titolo_paragrafo{
	margin-bottom:20px;
	text-align:left;
	font-size:14pt;
	font-weight:bold;
}

DIV.buttons {
	text-align: center;
	margin-top: 60px;
}

DIV.buttons A IMG {
	border:0px;
}

p.Copyright {
	text-align:center;
	color:green;
}

HR {
	color:blue;
}

*.float_break{
	clear:both;
}


*.center {
		margin-left: auto;
		margin-right: auto;	
}

*.Tcenter {
	  text-align:center;
}

p.left {
	  text-align:left;
}
p.right {
	  text-align:right;
}


*.fleft {
	  float:left;
}

*.fright {
	  float:right;
}

A IMG {
		border-style: solid;
		border-width: 2px;
		border-color: gray;
}

A IMG:hover {
		border-color: blue;
}

A:hover {color: green;}

EM {
	 font-style: normal;
	 font-weight: bold;
}

SPAN.credit{
	font-style: italic;
}
