/*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
    
    .sIFR-active h1 {
      margin: 0px; font-size: 18px;
	  padding: 0px;
    }

    .sIFR-active h2 {
      font-size: 15px;
      display: block; padding: 0px; margin: 0px;
    }

    .sIFR-active .chalk {
      font-size: 16px;
      display: block; padding: 0px; margin: 0px;
    }

    .sIFR-active h3 {
      font-size: 30px; margin: 0px; padding: 0px;
    }
	
	.sIFR-active h4 {
      font-size: 12px; margin: 0 0 0 0; padding: 0px;
    }
	
	  .sIFR-active h5{
      font-size: 15px; padding-top: 0px; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px;
    }
	
		  .sIFR-active h6 {
      font-size: 10px; padding-top: 5px; margin-top: 5px; margin-bottom: 2px; padding-bottom: 0px;
    }
	
	

  