/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: white;
}

h2 { margin-top: 0em; margin-bottom: 0em; }

