
html:={};
html["0"]:="html";

book:={};
book["0"]:="h1";

chapter:={};
chapter["0"]:="h1";

section:={};
section["0"]:="h2";

subsection:={};
subsection["0"]:="h3";

topical:={};
topical["0"]:="h5";

body:={};
body["0"]:="body";

indexbody:={};
indexbody["0"]:="body";


