body {
    background-color: #E8E8E8;
}
h1 {
    color: navy;
    margin-left: 20px;
}
div {
    margin: auto;
    width: 75%;
    padding: 10px;
	}
p {
    margin-left: 30px;
    line-height: 1.5;
}
p.one {
	margin-left: 92px;
	text-indent: -62px;
 }
p.two {
	margin-left: 72px;
	text-indent: -42px;
 }