The ODS HTML statement opens the HTML destination and creates HTML output. It sends all output objects to the external file newstyle2-body.htm in the current directory. The STYLE= option tells ODS to use newstyle as the style definition when it formats the output.
ods html body='newstyle2-body.htm'
         style=newstyle2;