CSS

BODY

margin: 5% 5% 5% 5%; /* top, right, bottom, left */
background-color: white;
font-size: 12pt;
font-family: monospace;

UL

/* Don't indent items */
display: inline;
OR
padding-left: 0;

LI

list-style-type: none;    /* No markers */

borders

border: thin solid black;

quotes

Q { quotes: "\201C" "\201D" "\2018" "\2019" }