BODY{
  background-color: #DDCC99;
  background-image : url(stain1.gif);
  color : navy;
  font-family : "‚l‚r –¾’©";
  font-size : small;
  font-weight : normal;
}
H1{
  color : blue;
  background-color: #999933;
  background-image : url(gold1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-weight : bolder;
  list-style-image : url(css/p_lis026.gif);
  font-size : xx-large;
  font-family : "‚l‚r –¾’©";
}
H2{
  color : aqua;
  text-align : left;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  font-size : large;
  font-family : "‚l‚r –¾’©";
  list-style-position : inside;
  list-style-image : url(../p_lis026.gif);
  text-decoration : underline;
}
H3{
  color: #FFFFFF;
  background-color: #999933;
  background-image : url(gold1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  list-style-image : url(css/p_lis026.gif);
}
HR{
  color: #999933;
  height: 3px;
}
P{
  color: #000000;
}
A{
  color : green;
  text-decoration: none;
}
A:VISITED{
  color : green;
  text-decoration: none;
}
A:HOVER{
  color : fuchsia;
  text-decoration: underline;
}
A:ACTIVE{
  color : red;
  text-decoration: none;
}
UL{
  list-style-image : url(p_lis026.gif);
  list-style-position: outside;
  text-align : left;
}
TH{
  color : lime;
  background-color : #999900;
  font-weight : bold;
  background-image : url(gold1.gif);
  text-align : center;
  font-size : x-large;
  font-family : "‚l‚r –¾’©";
}
TD{
  background-color: #CCCC99;
  font-family : "‚l‚r –¾’©";
  font-size : small;
  color : navy;
}