function changeFontSize(fs) {
    document.getElementById("conteudo").style.fontSize = fs+"px";
}