/* style.css - a simple style sheet */
body {
	font-family:Futura;
  margin-left: 10%; margin-right: 10%;
  color: black; background: beige;
}
h1 {
  text-align: center;}
h3 {
	align: center; font-weight: bold;  }

