
/* body{line-height: 1.5;} */

.box {
 width: 95%;
 /* height: 200px; */
 padding: 10px;
 border: 3px solid green;
 margin-bottom: 10px;
 background: #FFEBA8;
 border-radius: 25px;
}
.box2{
 width: 95%;
 /* height: 200px; */
 padding: 10px;
 border: 3px solid blue;
 margin-bottom: 10px;
 background: #FFEBFF;
 border-radius: 25px;
}
.box3{
 width: 95%;
 /* height: 200px; */
 padding: 10px;
 border: 3px solid red;
 margin-bottom: 10px;
 background: #FFEBBB;
 border-radius: 25px;
}


.titolo1 {
 font-family: Arial,Helvetica,sans-serif;
 font-weight: bold;
 font-size: 20px;
 color: #993300;
 text-align: left;
 background-color: #FFA800;
 line-height: 1.5;
}


.titolo2 {
 font-family: Arial,Helvetica,sans-serif;
 font-weight: bold;
 font-size: 30px;
 color: blue;
 text-align: left;
}
			
.titolo3 {
  font-family: Arial,Helvetica,sans-serif;
  /*letter-spacing: 0.5em;*/
  font-size: 26px;
  color: red;
  text-align: left;
  background-color: #FFA800; 
}
.titolo4 {
  font-family: Arial,Helvetica,sans-serif;
  /*letter-spacing: 0.5em;*/
  font-size: 22px;
  color: green;
  text-align:left ;
  /*text-align: center; */
  vertical-align: middle;
}


.titolo2a {
 font-family: Arial,Helvetica,sans-serif;
 font-weight: bold;
 font-size: 22px;
 color: blue;
 text-align: left;
}
			
.titolo3a {
  font-family: Arial,Helvetica,sans-serif;
  /*letter-spacing: 0.5em;*/
  font-size: 18px;
  color: red;
  text-align: left;
  background-color: #FFA800; 
}
.titolo4a {
  font-family: Arial,Helvetica,sans-serif;
  /*letter-spacing: 0.5em;*/
  font-size: 14px;
  color: green;
  text-align:left ;
  /*text-align: center; */
  vertical-align: middle;
}
.titolo5 {
  font-family: Arial,Helvetica,sans-serif;
  /*letter-spacing: 0.5em;*/
  font-size: 22px;
  text-align:left ;
  /*text-align: center; */
  text-align:center ;
  padding: 5px;
  /*margin: 5px;*/
  color: red;
}
.cornice{
 width: 85%;
 /* height: 200px; */
 padding: 10px;
 border: 3px solid red;
 /* margin-bottom: 10px; */
 background: #FFEBBB;
 border-radius: 25px;
}

.titolo6 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 4px;
  color: #993300;
  text-align: left;
  line-height: 1.5;
 
}
.linka {
  width="150" height="150"
}




