Sure. Use CSS and a function.
To change body background, use (IE) window.document.style.backgroundColor = color;
To change font size, use (IE) window.document.style.fontSize = size.
Or, you can use window.document.setAttribute("style","background-color: " + color + "; font-size = " + size + ";");
--Chessbot
"So it goes."
Kurt Vonnegut, Slaughterhouse Five