body {
  /* 
  To edit the font family and font color globaly -----------------------------------------------------------------------------------------
  */

  color: #000; /* edit the font color, for example - color: edit me; 
  changing the color here will affect all elements without color defined */

  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  
  margin:0;

  background: #fff;

  /*
  End Editable Styles -----------------------------------------------------------------------------------------------------
  */ 
}
  div#adContainer {
    /* 
    To edit the background color ------------------------------------------------------------------------------------------
    */

    /*background-color: #fff;  edit the background color, for example - background-color: edit me; 
    default is inherited from body */
    
    background-image: url(); /* edit the background image, for example - background-image: url( path to image ); */
    
    /*
    End Editable Styles ---------------------------------------------------------------------------------------------------
    */ 
  }
    #title {
      /*  
      To edit the TITLE type styles ---------------------------------------------------------------------------------------
      */
      
      color: inherit; /* edit the font color, for example - color: edit me; 
      default is inherited from body */

      display: inherit; /* edit the display of an element, for example - display: none; to hide */

      font-family: inherit; /* edit the font, for example - font-family: font name; 
      default is inherited from body */

      font-size: 1em; /* edit the font size, for example - font-size: edit me; - 
      please use em units (this is a responsive template) 1em = 16px */

      font-style: inherit; /* edit the font style, for example - font-style: italic; - */

      font-weight: normal; /* edit the font weight, for example - font-weight: edit me; */

      line-height: 1.14em; /* edit the space between lines of text, for example - line-height: edit me; */
      
      /*
      End Editable Styles -------------------------------------------------------------------------------------------------
      */ 
    }
    #sponsored {
      /*  
      To edit the SPONSORED type styles -----------------------------------------------------------------------------------
      */
      
      color: inherit; /* edit the font color, for example - color: edit me; 
      default is inherited from body*/

      display: block; /* edit the display of an element, for example - display: none; to hide */

      font-family: inherit; /* edit the font, for example - font-family: font name; 
      default is inherited from body */

      font-size:.83em; /* edit the font size, for example - font-size: edit me; 
      please use ems (this is a responsive template) 1em = 16px */

      font-style: inherit; /* edit the font style, for example - font-style: italic; - */
      
      font-weight: bold; /* edit the font weight, for example - font-weight: edit me; */
      
      /*
      End Editable Styles -------------------------------------------------------------------------------------------------
      */ 
    }