  
.Class1{
  
  color : white;
  background-color : #ff8000;
  text-align : center;
  
  
  
  
  font-weight : bold;
  
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size : 14pt;
border-width : 3px 3px 3px 3px;border-style : double double double double;border-color : green green green green;}
LI{
  line-height : 1.3;
  
  
  
  

  margin-left : 30pt;
}
.Class2{
  font-size : 13pt;
  font-weight : bold;
  color : blue;
  text-decoration : underline;
  margin-left : 5px;
}
TABLE{
  width : 300px;
}
TD{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  
  
  
}
H2{
  color : white;
  background-color : navy;
  text-align : center;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
