body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/*_____________ TESTO ______________*/
.testo {
font-family:verdana;
font-size:9px;
color: #595353;
}

/*_____________ TESTO ______________*/
.testoInformatica {
font-family:verdana;
font-size:9px;
color: #FB5E51;
font-weight: bold;
}

/*_____________ TESTO BOLD______________*/
.bold {
	font-family: Verdana;
	font-size: 9px;
	color: #595353;
	font-weight: bold;
}

/*_____________ LINK MENU ______________*/
a:link {
	color: #f00000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
} 

a:visited {
	color: #f00000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
} 

a:hover {
	color: #595353;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
} 

a:active {
	color: #595353;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
}


/*_______ FONDO ROSSO CHIARO _____*/

.fondorossochiaro {
background-color:#FDE9E9;
}

/*_______ FONDO GRIGIO CHIARO _____*/

.fondogrigiochiaro {
background-color:#F2F0F0;
}

/*_______ testo arancione _____*/

.arancione {
	color: #FF884A;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}




