


  header {
  font-family: verdana;
  text-align: left;
  font-weight: bold;
  color: green;
  text-indent: 10px;
  font-size: 32px;
}
  h1 {
  font-family: verdana;
  text-align: left;
  font-weight: bold;
  color: blue;
  text-indent: 10px;
  font-size: 32px;
}
  h2 {
  font-family: verdana;
  text-align: left;
  font-weight: bold;
  color: blue;
  text-indent: 10px;
  font-size: 16px;
}

p {
  font-family: verdana;
  text-align: justify;
  font-weight: normal;
  color: black;
  text-indent: 20px;
  font-size: 12px;
  text-align: justify;
}
pbianco {
  font-family: verdana;
  text-align: justify;
  font-weight: normal;
  color: white;
  text-indent: 20px;
  font-size: 12px;
  text-align: justify;
}
p-small {
  font-family: verdana;
  text-align: left;
  font-weight: bold;
  color: black;
  text-indent: 20px;
  font-size: 8px;
  text-align: justify;
}
pbianco-small {
  font-family: verdana;
  text-align: left;
  font-weight: bold;
  color: white;
  text-indent: 20px;
  font-size: 8px;
  text-align: justify;
}
p:first-letter {
  font-size: 18px;
  color: red;
}
pbianco:first-letter {
  font-size: 18px;
  color: yellow;
}
p-small:first-letter {
  font-size: 18px;
  color: green;
}
img {
  border: 0px ;
  padding: 10px;
  margin-left: 2px;
  margin-top: 2px;
}

td { border:0px; padding:1px; 
 margin:2px;
}
