﻿function aumentaFonte()
{
  TextoNoticia.style.fontSize="120%";
}
function voltaFonte()
{
  TextoNoticia.style.fontSize="100%";
}
function diminuiFonte()
{
  TextoNoticia.style.fontSize="90%";
}