Changer la taille de la police d'une zone de la page

La page

  

Il était une fois...

Le code

Le code HTML

<html>
<head>
</head>
<body>
  <p style="text-align:center"><input type="button" value="5" id="btnA">&nbsp;<input type="button" value="10" id="btnB">&nbsp;<input type="button" value="15" id="btnC"></p>
  <div id="zone" style="background-color:#F90; height:30px; width:500px; margin:auto; text-align:center">Il était une fois...</div>
</body>
</html>

Le code JAVASCRIPT