@page{ size: A4; margin: 15mm; background-color: lightgrey; font-family: monospace; font-size: 8pt; color: #7da0d4; border:1.5x dotted red; @top-left{ content: "liquid"; } @top-center{ content: "bodies"; } @top-right{ content: "natural"; } @top-middle{ content: "" } @left-top{ content: "material"; } @right-top{ content: "existence"; } @bottom-left{ content: "flux"; } @bottom-center{ content: "living"; } @bottom-right{ content: "energy"; } } body { background: #f7c694; margin: 20px; line-height: 2; font-family: monospace; } pre { white-space: pre-wrap; } span.NN { font-style: italic; color: white; border: 2px dashed black; } span.JJ { color: #9abae3; }