function large() { document.body.style.fontSize = "110%"; }
function middle() { document.body.style.fontSize = "100%"; }
function small() { document.body.style.fontSize = "90%"; }
