	body {
		background: #E3CAB9 url(images/glazebg.jpg);
		border : 0;
		font-family : "Times New Roman", Times, serif;
		font-size : medium;
		margin : .4em;
		color : navy;
	}
		
	body.fsclear {
		background: #E3CAB9;
		margin-left : 1.5em;
		margin-right : 1.5em;
	}

	a:hover {
  	color : red; 
  	text-decoration : none;
	}
	
	a:link {
  	color : blue; 
  	text-decoration : underline;
	}

	ul {
		margin-top:.2em; margin-bottom:.2em;
	}

	.contact {
		text-align : center;
		font-size : small;
		background : #E3CAB9;
	}

	.credit {
		text-align : right;
		font-size : small;
		color: black;
		font : italic;	
		font-weight : normal;	
	}

	.navtext {
		font-size : 1em;
		font-weight : bold;
		xxvertical-align : middle;
	}

	.navbar {
		background : #E3CAB9;
		font-size : small;
		text-align : left;
		font-weight : bold;
		xxvertical-align : middle;
		xxwhite-space : nowrap;
		text-decoration : none;
	}

	a.navbar {
		color: navy;
  	text-decoration : none;
	}

	a.navbar:hover {
		color: #434D3F;
  	text-decoration : none;
	}
	
	.verse {
		font-size : 1.2em;
		text-align : center;
		margin-top : .5em;
		margin-bottom :.5em;
		width : 80%;
	}

	.verseref {
		white-space : nowrap;
	}

	.imagelabel {
		background : #E3CAB9;
		font-size : medium;
		font-weight : normal;
		text-align : left;
		color : black;
		margin-top : .2em;
		margin-bottom : .2em;
	}

	h1.cobaltsm {
		background : navy url(images/cobalt.jpg);
		margin-top : .1em;
		margin-bottom : .3em;
		padding : .2em;
		font-size : large;
		text-align : center;
		font-weight : bold;
		color : #E3CAB9;
		text-transform : uppercase;
	}

	h2 {
		font-size : large;
		font-weight : bold;
		color : navy;
		margin-top : .2em;
		margin-bottom : .2em;
	}

	h3 {
		font-size : medium;
		font-weight : normal;
		margin : .2em;
		margin-top : .4em;
		margin-bottom : .4em;
	}
	
	h4 {
		border-top : 1px solid Gray;
		font-size : medium;
		font-weight : normal;
		margin-left : 0;
		margin-top : .4em;
		margin-bottom : .2em;
		padding-top : .1em;
	}

	h4.plain {
		border-top : none;
	}

	h5 {
		font-size : small;
		font-weight : normal;
		font : italic;
		margin-top : 1px;
		margin-bottom : 3px;
	}

	p {
		font-size : small;
		font-weight : normal;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .6em;
    margin-bottom: .6em;
	}
	
  p.pullquote {
    font-style: italic;
    margin-left: 2em;
    margin-right: 2em;
  }
