﻿body
{
  width: 37em;
}
h2
{
  color: #930;
}
h2 + p
{
  line-height: 150%;
  color: #930;
  margin-left: 1em;
}
dl
{
  margin-left: 1em;
}
dt
{
  font-weight: bold;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 1em;
}
dd
{
  line-height: 150%;
  color: #333;
  margin-left: 4.5em;
  margin-bottom: 1.5em;
}