BODY {
  color: black;
  background: #fefdf3;
  margin: 20 10% 20 10%;
}
P {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  text-indent: 1em;
  line-height: 160%;
}
H1 {
  font-size: large;
  font-weight: bolder;
  color: #0000C0;
}
H2 {
  font-size: medium;
  font-weight: bolder;
}
STRONG {
  font-size: 1.2em;
}
P.TITLE {
  font-size: x-large;
  font-weight: bolder;
  text-align: center;
}
BLOCKQUOTE {
  font-size: small;
  color: navy;
}
DT {
  font-weight: bolder;
}
DIV.trackbacks {
  margin-left: 50px;
  font-size: x-small;
}
PRE.code {
  background: #ccffff;
  margin-left: 15%;
  margin-right: 15%;
  border: outset thin #ccffff;  
}
