h1 {
  font-family: times new roman;
  font-size: 24px;
  color: blue;
}

p {
  font-family: times new roman;
  font-size: 18px;
  line-height: 140%;
  text-align: justify;
}

ol {
  list-style-type: decimal;
  font-family: times new roman;
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
}

sub, sup {
  font-family: times new roman;
  font-size: 16px;
}