    /*****************************************************************************
    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: #104517; font-size: 30px; letter-spacing: -1;}'
      ]
    });
  
    sIFR.replace(qlassikbold, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #5d5d5d; font-size: 22px; letter-spacing: -1;}'
	]
    });
	
    sIFR.replace(qlassikbold, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #272727; font-size: 22px;}'
      ]
    });

    sIFR.replace(qlassikbold, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #104517; font-size: 20px; text-align: center;}'
      ]
    });
	
	    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 { height: 27px; width: auto; font-weight: normal; color: #fff; font-size: 12px; text-align: center; padding: 10px 0 0 0; background: url(http://kamohome.websitedesigners.net.nz/images/topnav-hov.jpg);}',
		'a {text-decoration: none; color: #ffffff; font-size: 18px; outline: none;}',
		'a:hover {color: #cccccc;}'
      ]
    });
	




