BODY{
  color : black;
  background-color: #CCFF99;
}
H1{
  color : white;
  background-color : olive;
  text-align : center;
  
  
  
  
  padding-top : 15pt;
  padding-bottom : 15px;
}
H2{
  color : white;
  background-color : olive;
  text-align : center;
}
H3{
  color: #666600;
  border-left-width : 20px;
  border-left-color : olive;
  border-left-style : solid;
  
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 5px;
}
A{
  color : blue;
  text-decoration : none;
}
TH{
  color : black;
  background-color : #cccc00;
}
TD{
  color : black;
  background-color: #FFFFCC;
}
.margin-left{
  margin-left : 20px;
}
.center{
  text-align : center;
}

