/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
    // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
    sIFR.useStyleCheck = true;
    sIFR.activate(nevis);   
  
    sIFR.replace(nevis, {
      selector: '.subcontent h1'
      ,css: [
      '.sIFR-root { color: #e67723; font-size: 18px; font-style: normal; text-decoration: none; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e67723; }'
      ,'a:hover { color: #e67723; }'
    ]	 
	  /*,css: 'em { font-style: normal; color: #000000; font-size: 42px; background: #D5671E; }'*/
      ,selectable: true
	  , wmode: 'transparent'
    });
