/* Colours, sizes and treatments taken directly from the original TextEdit
   exports. The only departures are functional: a max-width so lines don't
   run the full width of a desktop window, and the mobile block at the end. */
body{margin:0;background-color:#f2ece2;color:#201a28;
  font-family:'Iowan Old Style','Palatino Linotype',Georgia,serif;
  -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
.wrap{max-width:720px;margin:0 auto;padding:34px 20px 70px}
.word{font-size:30px;color:#9f672b;margin:0}
h1{font-size:26px;color:#201a28;font-weight:normal;margin:0 0 6px}
.date{font-size:13px;color:#574c38;font-style:italic;margin:0 0 16px}
h2{font-size:12px;color:#9f672b;font-weight:bold;
   font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;margin:26px 0 10px}
p{font-size:16px;color:#201a28;margin:0 0 16px}
.lead{font-size:15px;background-color:#fcf9f1;margin:0 0 10px}
ul{list-style-type:disc;padding-left:26px;margin:0 0 16px}
li{font-size:16px;color:#201a28;margin:0 0 8px}
a{color:#9f672b;text-decoration:underline}
.foot{font-size:14px;color:#574c38;margin-top:22px}
@media (max-width:480px){.wrap{padding:26px 18px 56px}}
