 
    /*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
     
    .sIFR-active h2,
    .sIFR-active h3 {
      visibility: hidden;
      font-family: Verdana;
    } 

    .sIFR-active h2,
    .sIFR-active h3 { 
      display: block;
    }
 