
sIFR.replace( fontGillSansMT, {
	selector: 'h1',
	transparent: true,
	css: [ '.sIFR-root { color: #444444; }',
			'a { color: #444444; text-decoration: none; }',
			'a:hover { color: #444444; }'
	],
	tuneHeight: -4
});
sIFR.replace( fontCenturyGothic_Bold, {
	selector: 'h2',
	transparent: true,
	css: [ '.sIFR-root { color: #808080; font-weight: bold; }',
			'a { color: #808080; text-decoration: none; }',
			'a:hover { color: #808080; }'
	],
	tuneHeight: -4
});
