body {
	background:#F5EFDF;
}








/* 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: 1em 0.5em 0.5em 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;
}

.writingBox ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
.writingBox ul li {
	margin: 0;
	margin-bottom: 1em;
}


.resumeLink {
	font-family: arial, helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.resumeLink a         { color: #666; text-decoration: none; }
.resumeLink a:link    { color: #666; text-decoration: none; }
.resumeLink a:visited { color: #666; text-decoration: none; }
.resumeLink a:active  { color: #666; text-decoration: none; }
.resumeLink a:hover   { color: #666; text-decoration: underline; }
