/* Default style */
body
{
  font-family: 'Times', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  background-color: #FFFFFF;
  margin-left: 2cm;
  margin-right: 2cm;
  max-width: 800px;
}

/* indent paras, but only those that follow other paras */

p {
  margin-bottom: 0
}
p + p {
  text-indent: 1.5em;
  margin-top: 6px
}
li {
  font-size: 16px;
}
