BODY {
  color: black;
  background: white;
  font-family: verdana, arial, helvetica, sans-serif;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
  frameborder: 0;
}

H1, H2, H3, H4 {
  color: black;
  background: transparent;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

H1 { font-size: x-large }
H2 { font-size: large }
H3 { font-size: large }
H4 { font-size: medium }


P, UL, OL { margin-left: 7% }

UL UL { margin-left: 1em }

UL { 
  text-align: left;
}

ADDRESS {
  margin: 2em;
  text-align: right;
  line-height: 100%;
}


H1.a { 
  margin-top: -0.4em;
  margin-left: 0%;
  font-size: xx-large;
  text-align: center;
  color: #F50;
  background: transparent;
}

H1.b { 
  text-align: cneter;
  font-size: 50px;
  color: #EA5;
}

H2.a {
  margin-bottom: -0.4em;
  margin-left: 0%;
  color: #AA0;
  background: transparent;
}

H2.b {
  text-align: center;
  margin-top: -1.2em;
  margin-right: 1em;
  font-size: 30px;
  color: #AA0;
}


H3.a {
  font-size: medium;
  margin-left: 2%;
}


H3.b {
  margin-top: 3em;
  margin-bottom: 0;
}


PRE {
  margin-left: 10%;
  font-family: courier, "Courier New", monospace;
}

EM.hilite { background: yellow }

SPAN.htmlcode { font-size: 80% }
SPAN.numbering { font-weight: bolder }

P.caption { font-style: italic }
P.caption SPAN.numbering { font-weight: bold }

DIV.note {
  color: gray;
  background: transparent;
  margin-right: 30%;
  margin-left: -100em;
  font-style: italic;
}

FRAME { frameborder: 0 }
TABLE { border-width: 0 }
img.myimage { border-width: 0 }

P.noncss { 
  display: none;
  color: white;
  background: white;
}


