BODY{
  color: #000099;
  background-color : #a0f0a0;
  background-attachment : fixed;
}
H1{
  color : red;
  background-color: #ffeac0;
  font-size : 28pt;
  text-align: center;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
}
H2{
  color : #000070;
  background-color : #ffa0a0;
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #000099;
  text-align: left;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #663366;
  height: 3px;
}
P{
  color: #000099;
}
A{
  text-decoration: underline;
}
A:VISITED{
  color: #800000;
  text-decoration: underline;
}
A:HOVER{
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #000000;
  text-decoration: underline;
}
UL{
  color: #000099;
  list-style-image : url(/image/redball.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #3366FF;
}
TD{
  bgcolor: #fff0d0;
}
pre{
  margin-bottom: 0;
}

