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

sIFR.activate(font);

sIFR.replace({
    selector: 'h1', 
    src: 'sifr/font.swf', 
    highsrc: 'sifr/font.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'center', 'font-weight': 'bold', 'background-color': '#e1e1d9' },
      'a': { 'text-decoration': 'none', 'color': '#666666' },
      'a:link': { 'color': '#666666' },
      'a:hover': { 'color': '#a2a2a1' } 
    },
    paddingTop: 0
	
  });


  sIFR.replace(font, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #666666;}'
    ]
  });


