	
body {
	background-color:#fff;
	margin:50px;
	font-size:1em;
	color:#006;
}

h1 {
	font-size:1.2em;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

h4 {
	font-size:.9em;
	font-weight:bold;
}

h5 {
	font-size:.8em;
	font-weight:bold;
}

h6 {
	font-size:.7em;
	font-weight:bold;
}
.centered {
	text-align:center; 
}

.right {
	text-align:right; 
}

.content {
	background-color:white; 
	margin:25px;
	color:#006;
}

.narrative {
	margin-left:15%; 
	}


