BODY { 
  font-family: sans-serif; 
  background: white; 
  font-size: 150%;
}
H1,H2,H3 { 
  color: #008; 
  font-size: 30pt; 
  text-align: center; 
  margin-top: -10px;
}
H2 { 
  font-size: 17pt; 
  margin-top: -17px;
}
H3 { 
  font-size: 14pt; 
  margin-top: 0px;
}
H4 { 
  text-align: center;
}
TABLE,TD,TR,UL,LI,P,DT,DL,DD,B { 
  font-family: sans-serif; 
}
H1.normal,H3.normal,P.normal {
  font-family: serif; 
  color: #000; 
}
A:link { 
  color: #c00 
}
A:visited { 
  color: #800;
}
A:active { 
  color: #f00; 
}
INPUT {
  font-family: monospace; 
}
TT,PRE { 
  font-family: monospace; 
  font-weight: bold;
}
DIV.center {
  text-align: center;
}
PRE {
  margin-bottom: 0px;
  font-size: 80%;
}
TABLE.code {
  background: #ffc;
}
TABLE.data {
  background: #ccf;
}
TABLE.xyz TD {
  font-family: monospace;
}
P.text {
  margin-top: 0;
}
SPAN.act {
  font-size: 75%;
}
UL.small {
  font-size: 80%;
}
.large {
  font-size: 150%;
}
