BODY{
  
  background-color : white;
  
  background-attachment : fixed;
  
  

  

  
  
}
H1{
  color: #CCCCDD;
  background-color: #333344;
  background-image : url(stone1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #CCCCDD;
  background-color: #333344;
  background-image : url(stone1.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #CCCCDD;
  background-color: #333344;
  background-image : url(stone1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
P{
  color: #000000;
}
A{
  color : white;
  text-decoration: underline;
}
A:visited{
  color : white;
  text-decoration: underline;
}
A:hover{
  color : red;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #000000;
  text-decoration: underline;
}
UL{
  color: #000000;
  list-style-image : url(l_stone1.gif);
  list-style-position: outside;
}
TH{
  color: #333344;
  background-color: #CCCCDD;
}
TD{
  color : white;
  background-color : #343445;
  font-size : 11pt;
}
