@charset "utf-8";
/* CSS Document */

.number {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	color: #330000;
	font-size:small;
	text-align: left;
}
body {
	background-color: #Dcc48F;
}
.heading {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	font-size: xx-large;
	color: #330000;
	font-weight: bold;
	text-align: center;
}
.body {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	font-size: medium;
	text-align: justify;
	color: #330000;
}
.title {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	font-size: large;
	font-weight: bold;
	color: #330000;
}
.verse {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	font-size: medium;
	font-style: italic;
	color: #330000;
	padding-right: 8%;
	padding-left: 8%;
	text-align: left;
}
.navlinks {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	text-align: center;
	font-size: large;
}
body,td,th {
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
	color: #330000;
}
#container {
	width: 85%;
	margin: auto;
}
.disclaimer {
	font-size: small;
	color: #B00020;
	text-align: left;
	font-family: "Comic Sans MS", "Trebuchet MS", "Times New Roman";
}

