var romy = {
      src: 'flash/romy.swf'
};
 
sIFR.activate(romy);

sIFR.replace(romy, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color:#000000; text-decoration: none; line-height:20px; margin:0px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(romy, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(romy, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:30px; font-weight: normal; color:#000; text-decoration: none; line-height:10px; margin:0px;}',
	  'a { color: #000000; text-decoration: none; font-weight: normal; margin:0px;}',
      'a:hover { color:#750F14; text-decoration: none; font-weight: normal; margin:0px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(romy, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#000000;text-decoration: none; line-height:1px; }',
  	  'a { color: #000000; text-decoration: none; font-weight: normal; margin:0px;}',
      'a:hover { color:#750F14; text-decoration: none; font-weight: normal; margin:0px;}'
      ],
      wmode: 'transparent'
});


