BODY {
  margin-left: 5%;
  margin-right: 5%;
  background-color: #ffffff;
  /* background-color: rgb(255,204,153); */
  /* background-color: rgb(251,243,245); */
}
.navi { background-color: #88ff88; }
A:link { color: rgb(0,0,255); text-decoration: none; }
A:visited { color: rgb(32,32,200); text-decoration: none; }
A:active { color: red; text-decoration: none; }
H1 {
  margin-left: 4%;
  font-weight: 900;
}
H2 {
  margin-left: 8%;
  font-size: 1.2em;
  font-weight: 900;
}
H3 {
  margin-left: 8%;
}
H2.topics {
  margin-left: 8%;
  font-size: 1.2em;
  color: red;
  font-weight: 900;
}
H2.normal {
  margin-left: 8%;
  font-size: 1.2em;
  color: black;
  font-weight: 900;
}
DIV.topic {
  margin-left: 10%;
  font-size: 1.1em;
  font-weight: 900;
}
DIV.info {
  margin-left: 10%;
  margin-right: 10%
}
P.info {
  margin-left: 10%;
  margin-right: 10%;
  line-height: 150%;
}
SPAN.date {
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
}
UL { line-height: 1.5 }
LI { list-style-type: none; }
UL.info { margin-left: 10%; }
DIV.list {
  margin-left: 10%
}
EM {
  font-weight: 900;
}
