/*  网站全部变黑白 代码-只支持ie不支持firefox等-用black.asp代替可解决此问题 */
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }  



