html {
	min-height: 100%;
}
body {
	background-color: #BFD0FF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
}
.Menu {
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.Verse {
	font-size: .8em;
	color: #666000;
}
.Citation {
	font-style: italic;
}

.Citation em { font-style: normal; }
