BODY {
  FONT-SIZE: 1em;
  color: #000099;
  LINE-HEIGHT: 1.3;
  FONT-STYLE: normal;
  background-color: #ffcc99;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
  text-color: #000000;
}

H1{
  background-color:#ffc0c0;
  text-align: center;
  border-right-width: 18px;
  border-left-width: 18px;
  border-top-width: 0px;
  border-bottom-width: 3px;

  border-left-color : #ff4080;
  border-right-color : #ff4080;
  border-bottom-color : #f04080;
  border-style: solid;
}

H2{
  color:#0000a0;
  text-align=center;
}

H3{
  background-color: #ffa0a0;
  text-align: center;
}

H6 {
    font-size:1pt;
    margin-top:24pt;
    text-align:left;
    color:rgb(64,64,64);
    background-color:rgb(128,128,128);
}

blockquote {
    font-size: small;
}

UL {
    list-style: url(/image/redball.gif) disc;
    list-style: url(../../../image/redball.gif) disc;
    margin-top:0;
    margin-bottom:5;
    margin-left:20;
}

HR {
  color = #0000c0;
}

P{
  color: #000099;
}

A{
  color: #0000ff;
  text-decoration: underline;
}
A:VISITED{
  color: #800080;
  text-decoration: underline;
}
A:HOVER{
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #000000;
  text-decoration: underline;
}

table {
}
pre {
  color : black;
  margin-top: 0;
  margin-bottom: 0;
}

TH{
  color: #FFFFFF;
  background-color: #3366FF;
}
TD{
  color: #000099;
}