sIFR.replace(formatabold, {
 selector: 'h1'
 ,css: [
   '.sIFR-root { font-size:26px;color: #db1818;text-align: center; }',
   'a { color: #db1818;text-decoration: none; }',
   'a .active { color: #000000;text-decoration: none; }',
   'a:hover { color: #000000;text-decoration: none; }'
 ]
});

sIFR.replace(myriad, {
 selector: 'h2'
 ,css: [
   '.sIFR-root { font-size:20px;color: #000000; }',
   'a { color: #3095e1;text-decoration: none; }',
   'a:hover { color: #414243;text-decoration: none; }'
 ]
});

sIFR.replace(myriad, {
 selector: 'h3'
 ,css: [
   '.sIFR-root { font-size:14px;color: #000000;font-weight: normal; text-align: center; }',
   'a { color: #000000;text-decoration: none; }',
   'a:hover { color: #008aff;text-decoration: none; }'
 ]
});

sIFR.replace(formata, {
 selector: 'h4'
 ,css: [
   '.sIFR-root { font-size:16px;color: #000000; font-weight: normal; }',
   'a { color: #000000;text-decoration: none; }',
   'a:hover { color: #008aff;text-decoration: none; }'
 ]
});
sIFR.replace(formatabold, {
 selector: 'h5'
 ,css: [
   '.sIFR-root { font-size:14px;color: #000000; }',
   'a { color: #000000;text-decoration: none; }',
   'a:hover { color: #008aff;text-decoration: none; }'
 ]
});

sIFR.replace(myriad, {
 selector: 'h6'
 ,css: [
   '.sIFR-root { font-size:12px;color: #949493; font-weight: normal; }',
   'a { color: #949493;text-decoration: none; }',
   'a:hover { color: #000000;text-decoration: none; }'
 ]
});

// Oude h1
//sIFR.replace(formata, {
// selector: 'h1'
// ,css: [
//   '.sIFR-root { font-size:26px;color: #7f7f7f; }',
//   'a { color: #7f7f7f;text-decoration: none; }',
//   'a .active { color: #000000;text-decoration: none; }',
//   'a:hover { color: #000000;text-decoration: none; }'
// ]
//});