/*** SPAZIOWEB ***/
/*** SENZA GRAFICA ***/

html { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;

}

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	
}



/*** TEXT ***/
/* BLACK */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	text-align:left;
	margin-bottom:6px;
	margin-top:6px;
}
a {
	font-weight:normal;
	text-decoration:none;
	margin-bottom:6px;
	margin-top:6px;
}
a:hover {
	font-weight: bold;
	text-decoration:underline;
	margin-bottom:6px;
	margin-top:6px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	font-size: 90%;
	margin-bottom:6px;
	margin-top:6px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;

}

caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;

}


/* HEADERS */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;
}
.h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;
}



h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	margin-bottom:6px;
	margin-top:6px;
}




hr {
  border: none;
  border-bottom: 1px solid #CCCCCC;
}


img {
	border:none;
	display:none;
}

.nascosto {
	display:none;
}

.hidden {
	display:none;
}

