var rockwell = {
  src: 'sifr/flash/cambria.swf'
};

sIFR.useStyleCheck = true;

sIFR.activate(rockwell);

sIFR.replace(rockwell, {
  selector: 'h1',
  css: [
    '.sIFR-root { text-align: center; font-weight: bold; background-color: #E2DED4; font-size: 40px;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #664422; }'
    ,'a:hover { color: #996633; }'
  ]
});

sIFR.replace(rockwell, {
  selector: 'h3',
  css: [
    '.sIFR-root { font-weight: bold; background-color: #FBF9F4; color: #664422; font-size: 18px;}'
  ]
});