/*******************************************
 **          FLUIDDESIGNLAB.com           **
 **                                       **
 **  PRINT | MARKETING STRATEGIES | WEB   **
 *******************************************/


/** ATTENZIONE: 
 ** le proprietà sono in ordine alfabetico */


h1, h2, h3, h4, h5, h6, h7, p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
p {
	font-size: 13px !important;
	line-height: 19px;
	}
h1 {
	font-size: 22px;
	font-weight: normal;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	}
h3 {
	font-size: 15px;
	font-weight: normal;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}
h5 {
	text-align: right;
	}
h6 {
	text-align: right;
	}

/*****NEW CLASS*****/

.sottolineato {
	text-decoration: underline;
	font-weight: bold;
	}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8fa4bc;
	}



/*******************************************
 **          FINE | Documento CSS         **
 *******************************************/