// colo change
function setbg(colorw)
	{
	document.getElementById("styled").style.color=colorw
	}
