body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
margin: 0;
}

h1 {
	font-size: 22px;
	margin-bottom: 38px;
}

h2 {
  font-size: 18px;
}

.TitoloH2{
  font-size: 18px;
  font-weight:bold;
  padding-top:15px;
  padding-bottom:15px;
}

h3 {
  font-size: 16px;
}

.text-container {
	font-size: 14px;
	text-align: left;
	line-height: 24px;

	margin: 0 auto;
	max-width:900px;
}

.colorButtonOrange {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px;
  text-shadow: 0 1px 1px #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px #000;
  -moz-box-shadow: 0 1px 2px #000;
  box-shadow: 0 1px 2px;
  padding: 10px;
  font-weight: bold;
  color: white;
  border: solid 2px #da7c0c;
  background: #f78d1d;
  margin: 0px auto;
}

.colorButtonOrange:hover {
  background: #faa51a;
}

.fascia {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: right;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


