/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: white;
  font-family: verdana;
}
p {
    padding-left: 8px;
  }

a {color: blue;}
