var lucida = {
  src: 'lucida.swf'
};
sIFR.activate(lucida);

sIFR.replace(lucida, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { margin-top: -10px; text-align: left; font-size: 36px; color: #ffffff; font-weight: normal; background-color: #000000;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
        ,'.small {font-size: 62px; color: #173d5f; text-align:center;}'

    ]
  	,wmode: 'transparent'
});

