body {
	background-color: #F7E7CE;
	padding: 24px;
	border: 0px solid gray;
	margin: 42px;
	font-size: 110%;
}

h1 {
	color: #835C3B;
	font-size: 210%;
}

h2 {
	color: #835C3B;
}

h3 {
	color: #835C3B;
}

h4 {
	color: #835C3B;
	font-size: 180%
}

p  {
	color:  black;
	font-size: 115%
	line-height: 125%
	text-align: justify;
	hyphens: auto;
}

.half-line {
	line-height: 10%;
}


table.epigram td {

/*              top   right  bottom  left    */

	font-size: 97%;
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
}

table.epigram {
	font-size: 97%;
	border-collapse: separate;
	border-spacing: 12px;
	*border-collapse: expression('separate', cellSpacing = '12px');
}

table.quote td {

	font-size: 97%;
	margin:  0px;
	padding: 0px;
}

table.quote {

	font-size: 97%;
	padding:  0rem 5rem 0rem 2rem;
}
