/* Based on styles founf on W3C Tech Reports,
   http://www.w3.org/StyleSheets/TR/W3C-NOTE.css */

body {
  margin: 10px 20% 50px 70px;			/* margin: top right bottom left */
  font-family: sans-serif;
  color: black;
  background: white;
}

