private static StyleMap DefaultStyleMap()
        {
            return(StyleMap.builder()

                   .mapParagraph(ParagraphMatcher.styleName("Normal"), HtmlPath.element("p"))

                   .build());
        }