
.specialOfferBig{
  color: rgb(0,51,102);  
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

p.specialOfferBig#a:hover{
  color: white;
  background-color: rgb(0,51,102);  
  text-decoration: none;
}



.specialOfferSmall{
  color: green;
  text-align: center;
  font-size: 10px;
}

