BODY {
font: 14 pt;
width: 1000px;
margin:0 auto;
}

h2 {
   max-width: 60ch;
}

p {
  font-size: 120%;
  width: 700px;
  line-height: 1.8;
}

ol {
  font-size: 120%;
  width: 700px;
  line-height: 1.8;
}

ul {
  font-size: 120%;
  line-height: 1.8;
}

ol ol {
  font-size: 100%;
}

li + li {
  margin-top: 10px;
}

img {
  border: 5px solid #555;
}
