body {
	background-image: url(images/parchment.gif);
	border: 0;
	margin: 0;
	font-family: cursive;
	color: #616161;
}
span.breadCrumb {
	color: #999999
}

fieldset {
	padding: 30px;
}
legend {
	font-variant: small-caps;
	color: #ADADAD;
}
em { /* note: used for biblical quites */
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Courier;
	font-style: normal;
	color: #946F18;
	border-left: solid 1px #946F18;
	border-top: solid 1px #946F18;
	border-right: solid 4px #946F18;
	border-bottom: solid 4px #946F18;
}
a {
	text-decoration: none;
	color: #BA6D58;
}
h1 {
	text-align: center;
	font-family: cursive;
}
h4 {
	text-align: center;
}
table.data {
	border-collapse: collapse;	
	border: 1px solid #AE945E;
}
table.data th {
	background-image: url(images/papyris.gif);
	/*background-color: #AE945E;*/
}
table.data td {
	border: 1px solid #AE945E;
	padding-left: 8px;
	padding-right: 8px;
}