﻿// JavaScript Document

function sizel() { document.body.style.fontSize = "1.2em"; }
function sizem() { document.body.style.fontSize = "1em"; }