BODY {
  background-color: white;
  color: black;
  font-size: 12pt;
  margin: 6px 2px;
}
P {
  line-height:150%;
  margin: 6px 8px;
  padding: 3px;
  font-size: 100%;
}
PRE {
  background-color: #ccffff;
  padding: 4px ;
  margin: 4px 2px;
  border: dashed;
  border-color: #9999ff;
  border-width: 3px;
}
B {
  letter-spacing: 4px;
}
TABLE{
  empty-cells: show;
  margin: 12px;
}
CAPTION {
  text-align:left;
}
H1 {
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  letter-spacing: 3px;
  margin: 3px;
}
H2 {
  font-weight: bold;
  font-size: 120%;
  border: solid;
  border-color: #333333;
  border-width: 2px;
  padding: 3px 7px;
  letter-spacing: 4px;
  background-color: #ccffcc;
  color: black;
  margin : 12px 0px;
}
H3 {
  font-weight: bold;
  font-size: 105%;
  letter-spacing: 6px;
  border-style: none none double none;
  border-color: #333333;
  border-width: 3px;
  margin : 10px 0px;
  padding: 0px 5px;
}
H4 {
  font-weight: bold;
  font-size: 105%;
  margin: 0px;
  padding: 2px;
}
IMG {
  margin: 6px 2px ;
}
OL {
  line-height:130%;
  letter-spacing 2px;
}
OL.roma {
  list-style-type: upper-roman;
}
OL.alpha {
  list-style-type: upper-alpha;
}
OL.malpha {
  list-style-type: lower-alpha;
}
LI {
  margin: 1px;
}
UL{
  list-style-type: square;
}
P.at {
  border: double;
  padding: 3px;
}
HR {
  width: 20%;
}