
var font = { src: '/_flash/redhead.swf' };

sIFR.activate(font);

sIFR.replace(font, {
  	selector: 'h1',
  	css: [
		'.sIFR-root { color: #000000; font-size: 35px; font-weight: bold; margin-left: 2px; }',
		'a { color: #000000; text-decoration: none; }', 
		'a:hover { color: #222222; text-decoration: underline; }'
		],
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h2',
  	css: [
		'.sIFR-root { color: #555555; font-size: 28px; font-weight: bold; margin-left: 2px; }',
		'a { color: #555555; text-decoration: none; }', 
		'a:hover { color: #222222; text-decoration: underline; }'
		],
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h3',
  	css: '.sIFR-root { color: #000000; font-size: 60px; font-weight: bold; text-align: center; letter-spacing: 2; }', 
	wmode: 'transparent'
});
