// JScript source code


var string=window.location.href;
    
    if (string.indexOf('faqs.html') > 0 )
        
        {
        
            document.write("<style type='text/css'> ul {margin-left: 40px;}</style>")
         
        } 

