body {
  background-color: white;
  color: black;
  line-height:140%;
  font-size: 14pt;
  letter-spacing: 2px;
  margin: 6px 2px;
}
p {
  line-height:160%;
  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;
  font-size: 90%;
}
B {
  letter-spacing: 5px;
}
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;
  letter-spacing : 2px;
}
IMG {
  margin : 8px 6px 6px 4px;
}
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%;
}
h2.pg_break {
  page_break_bofore:always;
}
