  h1 {
    color: red;
	font-family: "Helvetica" ;
  }

  p {
	color: blue;
    font-family: "Arial";
    font-size: 130%;
    margin-left: 4em;
	margin-right: 2em;
  }