body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-SHADOW-COLOR: #000000;    /*interne*/
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	
	SCROLLBAR-3DLIGHT-COLOR: #000000;     /*esterne*/
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #000000;			/*barra*/
	SCROLLBAR-TRACK-COLOR: #FFFFFF;      /*tracciato*/
}

.borderimage{
	border: 1px #000000 solid;
}

.campotesto {
	BACKGROUND-COLOR: #000000;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	border: 1px solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #000000;
}

.tastoinvio {
	BACKGROUND-COLOR: #000000;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	font-weight: bold;
	FONT-SIZE: 10px;
	border: 1px solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #000000;
}

.titolo{
	color: #000000;
 	font-family: Verdana;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}

/* ****************************** txt_scuro ****************************** */
.txtscuro{
	color: #000000;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.txtscurolink{
	color: #000000;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.txtscurolink a{
 	color: #000000;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

.txtscurolink a:hover{
 	color: #FF0000;
 	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

/* ************************** fine: txt_scuro ********************* */