function SizeSmall() {
        document.body.style.fontSize = '70%';
        }
    function SizeMedium() {
        document.body.style.fontSize = '80%';
        }
    function SizeLarge() {
        document.body.style.fontSize = '90%';
        }
