 

H1{
    
  font-size : 13px;
  font-weight : normal;
  color : white;
  background-color : #009aff;
  text-align : center;
  margin-bottom : 0px;
}
H2{
    
  font-weight : bold;
  color : yellow;
  text-align : center;
  margin-bottom : 0px;
  font-size : 12px;
}
FORM{
    
  margin-top : 1px;
  margin-bottom : 1px;
}
H3{
    
  margin-bottom : 4px;
}
LI{
    
  text-indent : -11px;
  
  
  
  

  
  
  line-height : 1.5;
}
.greenbox{
    
  line-height : 1.5;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;

  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;border-width : 1px;border-style : solid;border-color : green;
}

.redbox{  
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;border-width : 1px;border-style : solid;border-color : #ff0000;
}

