The STYLE= option tells ODS to use styles.default
as the style definition when it formats the output. Strictly speaking, this
option is unnecessary because it specifies the default style definition, but
it is included for clarity.
ods html body='sasdefaultstyle-body.htm' contents='sasdefaultstyle-content.htm' frame='sasdefaultstyle-frame.htm' style=styles.default;