var yourtypeface = {
      src: '/sifr3/flash/kabel.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(yourtypeface); // From revision 209 and onwards rockwell

sIFR.replace(yourtypeface, {
 selector: 'h1'
 ,css: [
 '.sIFR-root {color: #272c6a; font-size:26px;letter-spacing: -2; }'
 ,'a {color: #EC008C; text-decoration: none; }'
 ,'a:link { color: #272c6a; }'
 ,'a:hover { color: #c1d82f; }'
 ], wmode: 'transparent'
 });



sIFR.replace(yourtypeface, {
 selector: 'h2'
 ,css: [
 '.sIFR-root {color: #c1d82f; font-size:22px;letter-spacing: -2; margin-top:-10px;}'
 ,'a { text-decoration: none; }'
 ,'a:link { color: #c1d82f; }'
 ,'a:hover { color: #272c6a; }'
 ], wmode: 'transparent'
 });

sIFR.replace(yourtypeface, {
 selector: 'blue'
 ,css: [
 '.sIFR-root {color: #272c6a; font-size:22px;letter-spacing: -2; margin-top:-10px;}'
 ,'a { text-decoration: none; }'
 ,'a:link { color: #EC008C; }'
 ,'a:hover { color: #FFFFFF; }'
 ], wmode: 'transparent'
 });


