

H1 {
 
  font-size: 25px;
  color: #5298cb;
}
H2 {
 
  font-size: 17px;
  color: #5298cb;
}
BODY {
  text-align: center;
  background: #FBEDA8;
  color: #000000;
  margin: 0px;
  padding:10px;
  
}
.fixcenter {
  width: 980px;
  border: solid; border-width: 1px;
  background: #ffffff;
  color: #EC8023;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}

p {

  color: #000000;
  }
  
  
A {
  color: #000000;
  text-decoration: none;
}
ul.tick{
  list-style: none;
  font-size: 20px;
  padding-left:10px;
  padding-right:100px;
  color: #5298cb;
  
}
ul.tick li{
  background: url(/images/tick_40.jpg) left center no-repeat;
  padding:5px 0px 5px 40px;
  
}


