
/* body */
body {
	 margin-right: 3%;
 	 margin-left: 3%;
	 background-color: rgb(227, 227, 227);
}

/* testo giustificato */
.giustificato {
	text-align: justify;
	/* font-family: fantasy; */
	margin-right: 3%;
 	margin-left: 3%;
	letter-spacing: +0.1em;

}

.margine {
	margin-right: 3%;
 	margin-left: 3%;
}

/* titolo home */
.titolohome {
	text-align: center;
	color: green;
	font-size: 2.4em;
}

/* sottotitolo home */
.sottotitolohome {
	text-align: center;
	color: green;
	font-size: 1.8em;
}

/* pulsante */
.pulsante {
	background-image: url("img/bgpulsanti.png");
	background-repeat: repeat;

}

.testopulsantedx {
	color: rgb(24, 30, 270);
	font-size: 1.4em;
	line-height: 2.3em;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	
}

/* links */
a {
	text-decoration: none;
}

