body {
	display: block;
	padding: 20px 10px;
	font-family: antique_book_cover
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	color: rgb(80,65,50);

	background-color: rgb(248,235,215);

}

p {
	text-indent: 2em;
}

a {
	color: rgb(0,50,0);
}

h1 {
	color: rgb(70,100,0);
}

