
var sifrText = { src: 'optimus.swf', wmode: 'transparent' };

sIFR.useStyleCheck = true;

sIFR.activate(sifrText);

sIFR.replace(sifrText, {
  selector: 'h2'
  ,css: [	 
	'.sIFR-root {color: #003300; background-color: transparent; text-align:left; padding:0; margin:0;}'
    ,'a { color: #003300; background-color: transparent; text-decoration: none; font-size:20px; padding:0; margin:0; line-height:1.1;}'
    ,'a:link { color: #003300; background-color: transparent; text-decoration: none; font-size:20px; padding:0; margin:0; line-height:1.1;}'
    ,'a:hover { color: #003300; background-color: transparent; text-decoration: none; font-size:20px; padding:0; margin:0; line-height:1.1;}'
    ,'a:focus { color: #003300; background-color: transparent; text-decoration: none; font-size:20px; padding:0; margin:0; line-height:1.1;}'  
  ]
});



sIFR.replace(sifrText,  {
  selector: 'h3'
  ,css: [
    '.sIFR-root {color: #003300; background-color: transparent; text-align:left; padding:0; margin:0; }'
    ,'a { color: #003300; background-color: transparent; text-decoration: none;}'
    ,'a:link { color: #003300; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #003300; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #003300; background-color: transparent; text-decoration: none ; }'    
  ]
});
