chapter {font-family: "Papyrus", fantasy}
foreword > paragraph {border: solid red; padding: 10px}
novel > foreword {font-family: Impact; color: blue}
chapter {display: block}
chapter:first-letter {font-size: 200%; float: left}
paragraph {display: block}
chapter:before {content: "New chapter: "}
