body {
	background:#c9c;
}








/* Style for individual writing pages */
.writingBox {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	
	padding-bottom: 30px;
}


/* Used for title of piece */
.writingBox h2 {
	margin: 2em 0.5em 1em 10px;

	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

/* used for body of piece */
.writingBox p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 16px;
}

.writingBox em {
	font-style: italic;
}


