
/*	Stock body "look." */
body {
	
/*	Background styling common to the entire website goes here. */

/*	Font information across entire website goes here */
	font-family: Helvetica, Arial, sans-serif;
	font-style:normal;
	color: #000; /* Text color */
}

/* Styling of the headings */
h1, h2, h3 { /* Avoiding duplication of code/effort here */
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: xx-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

/*	Defining the <hr> tag twice, once for each level,
	just in case you want to use it in a submenu. */
#nav_box hr {
	width: 195px;
	left: 0;
}

/* 	Paragraph (<p>) classes.
	Used across entire site. */
p { 
	font-size: 10pt;
	line-height: 14pt;
}

.centered {
	text-align: center;
}

.verse {
	font-style: italic;
	text-align: center;
}
img {
	display: none;
}
.content {
	width: 6.25in;
/*	Border and background stylings go here */

/*	Regular content box font sizings */
	font-size: medium;
}
	
