html, body {
	background-image: url(images/parchment.gif);
	background-color: #ffffff;
	color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 30px;
	margin-bottom: 60px;
}

body.home {
	font-size: 200%;
}

p {
	text-indent: 1em;
}

h1, h2 {
	text-indent: -1em;
}

div.navbar {
	position: absolute;
	top: 0;
	left: 0;
}

p.intro {
	text-indent: 0px;
	position: relative;
	left: -2em;
}

p.initial {
	text-indent: -1em;
}

.versal {
	font-size: 200%;
}
