body {
  background-color: white;
  color: black;
  padding: 0 5% 0 5%;
}
a:link {
  color: blue;
}
a:visited {
  color: #800080;
}
p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-indent: 1em;
  line-height: 160%;
}

h1.maintitle {
  background-color: #e06d15;
  color: #ffffff;
  padding: 5px;
}

h2 {
  padding: 0.4em 0.5em;
  font-size: 18px;
  font-weight: bold;
  background: #f4f4f4;
  border-left: solid 5px #e06d15;
  border-bottom: solid 3px #d7d7d7;
  margin-bottom: 10px;
}

div.screen-shot {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.note {
  background-color: #fae4d4;
  border: outset thin #ffccdd;
  border-top: 0px;
  border-left: 0px;
}
