    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var qlassikbold = {
      src: 'qlassikbold.swf', wmode: 'transparent'
    };

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

    sIFR.replace(qlassikbold, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #0055a4; font-size: 26px; letter-spacing: -1;}',
		'.hello { text-align: center; font-weight: normal; color: #0055a4; font-size: 26px; letter-spacing: -1;}'
      ]
    });
  
    sIFR.replace(qlassikbold, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #3a3938; font-size: 20px; letter-spacing: -1;}',
		'a { color: #0055A4; text-decoration: none;}',
		'a:hover { color: #156bbb; text-decoration: none;}'
      ]
    });
	
    sIFR.replace(qlassikbold, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; font-size: 22px;}',
		'a { font-size: 16px; color: #0055A4; text-decoration: none;}',
		'a:hover { font-size: 16px; color: #156bbb; text-decoration: none;}',
		'.bread a { font-size: 22px; color: #6fafe9; text-decoration: none;}',
		'.bread a:hover { font-size: 22px; color: #469be8; text-decoration: none;}'
      ]
    });


    sIFR.replace(qlassikbold, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #014c91; font-size: 24px;}'
      ]
    });
	
	    sIFR.replace(qlassikbold, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #175f94; font-size: 20px;}'
      ]
    });
	
		
	    sIFR.replace(qlassikbold, {
      selector: 'h6'
      ,css: [
        '.sIFR-root {font-weight: normal; color: #10578b; font-size: 12px;}'
      ]
    });
