var vrinda = { src: 'vrinda.swf' };
// sIFR.useStyleCheck = true;
sIFR.activate(vrinda);
sIFR.replace(vrinda, {
  selector: '.description',
  css: ['.sIFR-root { background-color: #343233; color: #ada7a7; font-size: 14px; font-weight:bold;}',
  		  'a {color: #a02449; text-decoration: none;}',
        'a:hover {color: #666666; text-decoration: none;}']
});
sIFR.replace(vrinda, {
  selector: '#contact',
  css: ['.sIFR-root { background-color: #343233; color: #ada7a7; font-size: 20px;}',
  		  'a {color: #ada7a7; text-decoration: none;}',
        'a:hover {color: #666666; text-decoration: none;}']
  
});
sIFR.replace(vrinda, {
  selector: '.link',
  css: ['.sIFR-root { background-color: #343233; color: #ada7a7; font-size: 20px; text-align:left;}',
  		  'a {color: #ada7a7; text-decoration: none;}',
        'a:hover {color: #666666; text-decoration: none;}']
  
});
sIFR.replace(vrinda, {
  selector: '.link_name',
  css: ['.sIFR-root { background-color: #343233; color: #ada7a7; font-size: 20px; text-align:right}',
  		  'a {color: #ada7a7; text-decoration: none;}',
        'a:hover {color: #666666; text-decoration: none;}']
  
});
