Further details: I changed the style type to be this:
<style type="text/css">.line20 { height: 25em; line-height: 1em; font-size: 20px;}</style>
And modified the textarea definition to use this new class:
<xforms:textarea xmlns:xbl="
http://www.w3.org/ns/xbl" xmlns:fb="
http://orbeon.org/oxf/xml/form-builder" <b>class="line20"
mediatype="text/html"
bind="HTML_DispatchNotes-bind"
id="HTML_DispatchNotes-control">
<xforms:label ref="$form-resources/HTML_DispatchNotes/label"/>
<xforms:hint ref="$form-resources/HTML_DispatchNotes/hint"/>
<xforms:help ref="$form-resources/HTML_DispatchNotes/help"/>
<xforms:alert ref="$fr-resources/detail/labels/alert"/>
</xforms:textarea>