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

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

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

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

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


body:={};
body[["0"]]:="BODY";
body[["BGCOLOR"]]:="ffffff";
body[["LINK"]]:="0000ff";
body[["VLINK"]]:="0000ff";

indexbody:={};
indexbody[["0"]]:="BODY";
indexbody[["BGCOLOR"]]:="f08040";
indexbody[["LINK"]]:="0000ff";
indexbody[["VLINK"]]:="0000ff";

