body {
  font-size: 12pt;
  font-family: serif;
}

#sisalto > p, #sisalto > li {
  text-align: justify;
}

p, li {
  page-break-inside: avoid;
}

h1, h2, h3, h4 {
  font-family: Arial, sans-serif;
  clear: both;
  page-break-after: avoid;
}

h1 {
  font-size: 18pt;
  text-align: center;
  margin-bottom: 1.5em;
}
h2 {
  padding-top: 1em;
  font-size: 14pt;
  font-weight: 100;
}

a {
  color: #000;
}

ul {
  list-style: square;
}


