#image {
  text-align: center;
}

#heading {
  font-weight: bold;
  text-align: center; 
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase; 
}

#sub_heading {
  font-weight: bold;
  text-align: center; 
    text-transform: uppercase; 
}

#ad_body {
  text-align: justify;
}

#ad_body:first-line {
    font-weight: 600;
    text-transform: uppercase;  
  }

#footer {
  text-align: center; 
  font-weight: bold
}

#preview_container {
  font-size: 8pt; 
  line-height: 10pt;
  font-family: helvetica, arial;
  width: 142px;
  text-align: justify;
  margin-bottom: 15px;
}
  
  #ad_preview:first-line {
    font-weight: 600;
    text-transform: uppercase;  
  }
  #preview_warning {
     text-align: justify;
     width: 300px;
     padding: 5px 8px;
     border: 1px solid #ADD492;
     background-color: #F2F8E9; 
     font-size: 11px;
     line-height: 14px;
     margin-bottom: 20px;
     color: #666;
   }