BODY{
  
  background-color : #e6e6e6;
  background-image : url(card/stain2.gif);
}
H1{
  color: #FFFFFF;
  background-color: #666666;
  background-image : url(card/stain1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #FFFFFF;
  background-color: #666666;
  background-image : url(card/stain1.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #FFFFFF;
  background-color: #666666;
  background-image : url(card/stain1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  
  height: 3px;
  
  color : #999999;
}
P{
  color: #000000;
}
A{
  color : teal;
  text-decoration : underline;
  font-weight : bold;
  font-style : normal;
}
A:VISITED{
  color : teal;
  text-decoration : underline;
  font-weight : bold;
}
A:HOVER{
  color : #0000ff;
  text-decoration: underline;
  
  
  

  font-weight : bold;
  font-style : normal;
  background-color : #c2d3c5;
}
A:ACTIVE{
  color : teal;
  text-decoration: none;
  font-weight : bold;
  
}
UL{
  color: #000000;
  list-style-image : url(card/l_stain1.gif);
  list-style-position: outside;
}
