body {
    margin: 20px;
}

h1 {
	font-family: georgia, utopia, garamond, serif;
	font-size: large;
	font-weight: 800;
	color: purple;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
    padding-bottom: .3em;
	border-bottom: dotted 1pt black;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 120%;
}

h4 {
	font-family: georgia, utopia, garamond, serif;
	font-size: medium;
	font-weight: 800;
	text-align: center;
	color: purple;
	margin-top: 20px;
	margin-bottom: 10px;
    padding-bottom: .3em;
	border-bottom: dotted 1pt black;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 120%;
}

h5 {
	font-family: serif;
    font-style: italic;
	font-size: large;
	text-align: center;
    font-weight: 400;
	color: #006;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	line-height: 120%;
}

dt {
    margin-top: 5px;
}

q {
	color: #bb0000;
}

p {
	text-align: justify;
}

form {
	display: inline;
}

.jesus {
    color: red;
}

.verse {
    font-family: helvetica, sans-serif;
    font-size: x-small;
	font-style: normal;
	color: gray;
}

.links {
    font-family: helvetica, sans-serif; 
    text-align: center;
    font-size: small;
    margin: 0px 0px 15px 0px;
}

.hanging-indent {
    text-indent: -5%;
    margin-left: 5%;
}

.menu {
    width: 100%;
    background-color: #f0f0f0;
    padding: 5px;
}

.input {
	background-color: #fffff5;
}

