
/* body */
body {
  margin-right: 3%;
   margin-left: 3%;
  background-color: brown;
/*rgb(255, 176, 50);*/
  color: white;
}

body.home {
  margin-right: 3%;
   margin-left: 3%;
  background-color: brown;
/*rgb(255, 176, 50);*/
  color: white;
  	 background-image: url("img/sfondo.jpg");
	 background-attachment: fixed;
	 background-position: center;
	 background-repeat: no-repeat;
}

/* testo giustificato */
.giustificato {
  margin-right: 3%;
   margin-left: 3%;
 text-align: justify;
 /* font-family: fantasy; */
}

/* titolo home */
.titolohome {
 text-align: center;
 color: white;
 font-size: 2.8em;
 text-shadow: black 1px 1px;
}

/* pulsante */
.pulsante {
 /* background-image: url("img/bgpulsante.jpg");
 background-repeat: repeat;
 */
 font-style: italic;
}

.bianco {
 /*color: rgb(63, 94, 56);*/
color: pink;
 font-size: 1.4em;
 line-height: 2.3em;
 text-align: center;
 text-decoration: none;
 text-shadow: black 1px 1px;
}

.biancoleft {
 color: rgb(63, 94, 56); 
 font-size: 1.4em;
 text-align: center;
 text-decoration: none;
 
}

/* links */
a {
 color: white;
		/* rgb(63, 94, 56); */
 text-decoration: none;
}

a.brani,
a.brani:active,
a.brani:visited,
a.brani:link 
{
	line-height: 1.5em;
	text-decoration: underline;
}

a.linksottolineato,
a.linksottolineato:active,
a.linksottolineato:visited,
a.linksottolineato:link 
{
	text-decoration: underline;
}