var ZektonFree = {
src: '/modules/sifr3-r405/flash/Zekton-Free.swf'
};

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

sIFR.replace(ZektonFree, {
selector: 'h1'
,css: [
  '.sIFR-root { text-aling: center; color: #454746; font-size: 36px; padding: 0px; margin: 0px auto 0px auto; width: 300px; display:block; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #454746; }'
  ,'a:hover { color: #75DB18; }'
]
,transparent: true
});

sIFR.replace(ZektonFree, {
selector: 'h2'
,css: [
  '.sIFR-root { text-aling: left; color: #75DB18; font-size: 20px; padding: 0px; margin: 0px; line-height: 26px; height: 26px; display:block; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #75DB18; }'
  ,'a:hover { color: #327701; }'
]
,transparent: true
});

sIFR.replace(ZektonFree, {
selector: 'h3'
,css: [
  '.sIFR-root { text-aling: left; color: #75DB18; font-size: 20px; padding: 0px; margin: 0px; line-height: 26px; height: 26px; display:block; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #75DB18; }'
  ,'a:hover { color: #327701; }'
]
,transparent: true
});