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

sIFR.replace(dbnews, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { color: #2fa3c1; font-size: 24px; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #2fa3c1; }'
    ,'a:hover { color: #999999; }'
  ]
});

sIFR.replace(dbnews, {
  selector: 'div#sidebar h3'
  ,css: [
    '.sIFR-root { font-size: 18px; color: #999999; }'
  ]
}); 

sIFR.replace(dbnews, {
  selector: 'div#comments h3, div#comment_form h3'
  ,css: [
    '.sIFR-root { font-size: 18px; color: #444444; }'
  ]
});