function fontWrap($txt,$fontsize = "12pt") { echo "".$txt."";}fontWrap("A Heading","24pt");fontWrap("some body text");fontWrap("smaller body text");fontWrap("even smaller body text");?>