function smallText() 
{
  document.body.style.fontSize='10px'
}

function bigText() 
{
  document.body.style.fontSize='12px'
}
