body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
}

h1 {
	text-align: center;
	width: 100%;
	padding: 10px;
	margin: 0px;
}

h2 {
	text-align: left;
	padding-left: 10px;
}

h3 {
	text-align: left;
	padding-left: 30px;
}

p {
	padding-left: 50px;
	line-height: 1.4em;
}

p:first-letter {
	color: #FF5F00;
	font-size: 120%;
	font-weight: bold;
} 

div {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

.textContent {
	width: 800px;
	border-left: solid;
	border-width: 150px;
	padding-bottom: 50px;
}

.headerBox {
	background-color: #FF5F00;
/*	background-color: #B32D45; */
	position: relative;
}

.author {
	font-size: small;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.author:first-letter {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}

h1 .headerBox {
	height: 12px;	
}

h2 .headerBox {
	width: 70px;
	height: 10px;	
}

h3 .headerBox {
	width: 40px;
	height: 5px;	
}
