// JavaScript Document
function changeFontSize (num) { document.getElementsByTagName('body')[0].style.fontSize = num; }

