p {
  font-family: arial, sans-serif;
  font-size: 80%;
  text-indent: 10px;
}

h1 {
  font-family: arial;
  color: green;
}

h1 em {
  color: orange;
}

#section {
  text-align: center;
  color: red;
}

ol.mini-roman {
  list-style-type: lower-roman;
}

body {
  background-color: rgb(80,255,128);
}

