var garamond = { src: '/flash/sifr/garamond.swf' };

sIFR.activate(garamond);

sIFR.replace(garamond, {
  selector: 'h1',
  css:	[
		'.sIFR-root { font-weight: bold; color: #CC0000; font-size: 28px; margin: 0 !important; padding: 0 0 0 0 !important; }',
		'a {color: #CC0000; text-decoration: none;}',
		'a:hover {color: #CC0000;}'
		],
  wmode: 'transparent'
});
sIFR.replace(garamond, {
  selector: 'h3',
  css:	[
		'.sIFR-root { font-weight: normal; }',
		'a {color: #CC0000; text-decoration: none;}',
		'a:hover {color: #CC0000;}'
		],
  wmode: 'transparent'
});