BODY{
  
  background-image : url(../img/back.gif);
  scrollbar-base-color: #ffccff;
  scrollbar-track-color: #feedfb;
  scrollbar-face-color: #ffccff;
  scrollbar-shadow-color: #ff00cc;
  color : #666666;
  font-size : 12px;
  
}

H1{
  font-weight : bolder;
  font-size : 12px;
  color : #ff0000;
}

H2{
  font-weight : bolder;
  font-size : 20px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  text-decoration : none;
  color : #ff00cc;
  text-align : center;
}

H3{
  font-weight : bolder;
  color : #009999;
  font-size : 12px;
  text-decoration : none;
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H4{
  font-size : 12px;
  font-weight : bolder;
  text-decoration : none;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : #ffccff;
  text-align : center;
}
TD{
  font-size : 12px;
  background-color : #feedfb;
}
TH{
  font-size : 12px;
  text-align : left;
  background-color : #ffccff;
}
.footerTH{
  background-color : #e7efff;
  text-align : center;
}
.footerTD{
  background-color : white;
  text-align : center;
}
TABLE{
  background-color : #ff00cc;
}
.main{
  background-color : white;
}
