    var centgoth = { src: 'sifr/centgoth.swf' };

 

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(centgoth);

  
    sIFR.replace(centgoth, {
      wmode: 'transparent',
      selector: 'h1#title'
      ,css: {
        '.sIFR-root': { 'color': '#343434', 'font-size': '48px' },
        'a': { 'text-decoration': 'none' },
		'a:link': { 'color': '#343434' },
		'a:hover': { 'color': '#343434' }
      
      
      }
      

    });
     sIFR.replace(centgoth, {
      wmode: 'transparent',
      forceSingleLine: true,
      selector: 'span.hmenu'
      ,css: {
        '.sIFR-root': { 'color': '#343434', 'font-size': '24px', 'line-height': '40px' },
        'a': { 'text-decoration': 'none', 'color': '#343434'},
		'a:link': { 'color': '#343434' },
		'a:hover': { 'color': '#343434' }
      }
     
    });
    
    
    
    
