

body { 
 font: 12px verdana,arial,sans-serif; 
 color: #000000; /* è il colore dei caratteri del body */
 /* background: #06812c; è verdone scuro */ 
 /* background: #970909; é rosso mattone */
 /* background: #FF9900; é giallo oro*/
 /* background: #FFFFFF; */
 margin: 05px auto; /* margin: 0; evita uno spazio in alto nei 2 browser */
 text-align:justify;
}

a:link, a:visited, a:active, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.light_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:100%;
	padding:1px;padding-left:18px;
	cursor:hand;
}

div.light_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:100%;
	padding:1px; padding-left:18px;
	background-color:#FF9900;
	cursor:hand;
}

div.selezionato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	width:100%;
	background-color:#FF9900;
	padding:1px; padding-left:18px;
}

div.titoletto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top:6px;
	width:100%;
	background-color: #000099;
	color: #FFFF00;
	padding:3px;
}

div.titolo, a.titolo:link, a.titolo:visited, a.titolo:active, {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width:100%;
	margin:  10 00 00 00; /* alto dx basso sx*/
	padding: 04 00 04 10; /* alto dx basso sx*/
	border-bottom:gray solid 1px;
	text-decoration:none;
}

div.titolo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:100%;
	border-top: #FF0000 solid 3px;
	border-bottom: #FF0000 solid 3px;
	color: #000F00;
	padding:3px;
	margin-top:4px;
	border-bottom:#FF0000 solid 3px;
	text-align:center;
}

div.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	font-size:10pt;
	padding:4px;
}

div.txt { /* layout principale della pagina */
	width:100%;
	margin:  10px 10px 10px 50px; /* alto dx basso sx*/
	padding: 00px 00px 00px 00px; /* alto dx basso sx*/
}

div.size8 {
	font-size:7pt;
}

a.comando:link, a.comando:visited, a.comando:active {
	background-color:#E8E8FF;
	border-bottom:#000000 solid 1px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:8pt;
	width:100;
	margin: 02 00 00 00; /* alto dx basso sx*/
	cursor:hand;
}

a.link:link, a.link:visited, a.link:active {
	color:#0000FF;
	padding: 00 10 00 10; /* alto dx basso sx*/
	text-decoration:none;
	cursor:hand;
}

a.redbutton:link, a.redbutton:visited, a.redbutton:active {
	background-color:red;
	text-align:center;
	text-decoration:none;
	font-size:8pt;
	width:160;
	padding:15px; 
	cursor:hand;
	font-weight:bold;
	color:yellow;
}

a.redbutton:hover {
	background-color:yellow;
	color:#000000;
}

a.news:link, a.news:visited, a.news:active, {
	height:5px;
	padding:3px; 
	font-size:10pt;
	text-decoration:none;
}

a.titolo:hover, a.link:hover, a.comando:hover, a.news:hover, {
	background-color:#FFFF00;
	color: #000000;
}

a.foto:link, a.foto:visited, a.foto:active, {
	height:5px;
	padding:12px; 
	font-size:10pt;
	text-decoration:none;
}

a.foto:hover {
	background-color:#E8E8FF;
	
}

img.foto{
	width:120;
	margin: 2px; 
	border:0px;
}

img.foto180{
	width:165;
	margin: 2px; 
	border:0px;
}