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