function overmouse(col){
	col.style.color="red";
}
function outmouse(col){
	col.style.color="yellow";
}
