// Sizing only the marked content.

<!-- Hide script from old browsers

function ChangeFontSize(id, size) {
document.getElementById(id).style.fontSize = size + "px";
}

// End hiding script from old browsers -->
