body {
  color: #313131;
  font-size: 10px;
}

div.document {
  margin-top: 25px; 
  margin-left: 10px; 
  margin-right: auto; 
  text-align: left;
}  

p {
  font-size: 1.2em;
  padding-top: 1px;
  text-align: left;
  margin-bottom: 1em;
}

h1, h2, h3, h4 {
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0;
}

h1 {
  font-size: 1.6em;
}

h2 {
  margin-top: 1em;
  font-size: 1.4em;
}

h3, h4 {
  margin-top: 1em;
  font-size: 1.2em;
}


strong {
  font-weight: bold;
} 

ol, ul {
  text-align: left;
  padding-left: 1em;
  margin-bottom: 1em;
} 

ul li {
  list-style: disc;
}

li {
  margin-left: 1em;
  line-height: 1.5em;
  font-size: 1.2em;
}

ol.arabic li {
  list-style: decimal;
}

ol.loweralpha li {
  list-style: lower-alpha;
}

ol.upperalpha li {
  list-style: upper-alpha;
}

ol.lowerroman li {
  list-style: lower-roman;
}

ol.upperroman li {
  list-style: upper-roman;
}

td {
  font-size: 1.2em;
  padding: 2px;
  text-align: left;
}
