body {
  background-color: #E6E9F2; /* soft blue */
}

/* general text styles */

* {
  font-family: verdana,sans-serif
}

p {
  margin: 7px;
  font-size: 12px;
}

p.paragraph {
  text-indent: 10px;
  margin-bottom: 20px;
}

p.center {
  text-align: center;
}

p.emph {
  text-align: center;
  font-weight: bold;
  margin: 10px;
}

p.caption {
  text-align: center;
  font-size: 10px;
}

p.right {
  margin: 15 10 15 0;
  text-align: right;
}

li {
  font-size: 12px;
}

h3 { /* column header */
  text-align: center;
  margin: 19px 0;
  font-size: 19px;
}

h4 {
  text-align: center;
  font-size: 14px;
}
