replaceheader();

function replaceheader(){
	sIFR.replace(formata, {
	 selector: 'h1'
	 ,css: [
	   '.sIFR-root { font-size:22px;color: #db1818; }',
	   'a { color: #db1818;text-decoration: none; }',
	   'a .active { color: #000000;text-decoration: none; }',
	   'a:hover { color: #000000;text-decoration: none; }'
	 ]
	});

	sIFR.replace(formata, {
	 selector: 'h2'
	 ,css: [
	   '.sIFR-root { font-size:18px;color: #3095e1; }',
	   'a { color: #3095e1;text-decoration: none; }',
	   'a:hover { color: #414243;text-decoration: none; }'
	 ]
	});
}

