H1{
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;border-top-width : 3px;border-bottom-width : 3px;
  border-top-style : solid; 
  border-bottom-style : solid;border-top-color : lime;border-bottom-color : green;}
H2{
  margin-left : 10px;
  padding-left : 10px;
  border-bottom-width : thin;
  border-bottom-style : dashed;
  border-bottom-color : gray;
  margin-right : 10px;
  border-top-width : thin;
  border-top-style : dashed;
  border-top-color : gray;
  margin-top : 40px;
  background-color : #eeffee;
  padding-top : 2px;
  padding-right : 10px;
  padding-bottom : 2px;
}
H3{
  border-left-width : thick;
  border-left-style : solid;
  border-left-color : silver;
  border-bottom-width : thin;
  border-bottom-style : solid;
  border-bottom-color : silver;
  padding-left : 10px;
  border-top-color : silver;
  background-color : #ddffdd;
  margin-left : 10px;
  padding-top : 2px;
  padding-right : 10px;
  padding-bottom : 2px;
}

H4{
  margin-left : 20px;
  padding-top : 2px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 2px;
  border-left-width : thick;
  border-bottom-width : thin;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : teal;
  border-bottom-color : green;
  background-color : #004000;
  color : white;
}
H5{
  padding-left : 10px;
  margin-left : 30px;
  border-right-width : thin;
  border-bottom-width : thin;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : purple;
  border-right-color : purple;
  border-bottom-color : purple;
  border-left-width : thick;
  margin-right : 30px;
  border-top-style : solid;
  border-top-color : purple;
  border-top-width : thin;
}
LI{
  margin-left : 30px;
  border-right-width : 30px;
}
TABLE{
  margin-left : 50px;
}
P{
  margin-left : 40px;
  margin-right : 30px;
}
.quattro{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;
  margin-left : 40px;
  margin-right : 40px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : gray gray gray gray;}

