
body {
	font-family: sans-serif;
	color: #666666;
	font-size: 62.5%;
	margin-left: 5em;
	margin-right: 5em;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}

div.mono {
	font-family: monospace;
	font-size: 1.5em;
	width: 75%;
	margin: 2em auto;
}

#content {
	font-size: 1.2em;
	margin: 3em auto;
}

h1 {
	font-size: 2.5em;
	font-weight: bolder;
	text-align: left;
}
#divAlert {
	background-color: #E9D9BC;
	width: 50%;
	padding: 1em;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	border: 1px;
	border-color: #ee6;
	border-style: solid;
}
#divAlert h1 {
	color: red;
	margin: .5em;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
}
#divAlert ul {
	text-align: left;
	font-style: normal;
}
table.styled {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-spacing: 0;
}
tr.header {
	text-align: left;
	font-size: 1.4em;
	background-color: #555;
}
tr.styled {
	text-align: left;
	font-size: 1em;
}
tr.item {
	background-color: #ddd;
}
tr.alt {
	background-color: #aaa;
}
td.styled {
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .2em;
	padding-bottom: .2em;
}
input.submit {
	font-weight: bold;
	color: #663300;
	border: 1px solid;
	background-color: #cc9966;
	border-color: #660000;
}
input.submit:hover {
	border-color: #0f0f0f;
	background-color: #a9a9a9;
}
input.text {
	font-size: 1em;
	border: 1px solid;
	background-color: #efefef;
}
.pageImage {
	float: right;
	margin-left: 3em;
}
p.scripture {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin:1.5em;
}
p.textEditBlock {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #dddddd;
}
