body {
  margin-left:12px;
  background-color: navy;
  color: white;
  font-weight: bold;
}
h1 {
  text-align: center;
  font-size: 24pt;
}
h3 {
  line-height: 100%;
}
span {
  font-size: 11pt;
}
A:link { color: magenta; }
A:visited { color: cyan; }
A:hover { color: red; }
