function heal(d){
	var a = {b:"document", c: "write", d: d, e:['<','s','t','y','l','e',' ','t','y','p','e','=','"','t','e','x','t','/','c','s','s','"','>',
														'.','h','a','l','{','d','i','s','p','l','a','y',':','n','o','n','e','}',
														'.','o','h','a','l','{','o','v','e','r','f','l','o','w',':','h','i','d','d','e','n','}',
												'<','/','s','t','y','l','e','>']};
	a.d[a.b][a.c](a.e.join(''))
}
heal(this);
