body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
* html body {
  font-size: small;    /* for IE5.x/win         */
  f\ont-size: medium;  /* for other IE versions */
}


a.biblelink:link, a.biblelink:visited, a.biblelink:hover, a.biblelink:active
		{color: #660099;
                 text-decoration: underline;
                }

a.email:link, a.email:visited, a.email:hover, a.email:active
		{color: #000000;
                text-decoration: underline;
                }
h1 {
        font-size: 250%;
        font-weight: bold;
	color: #660099;
	margin: 5px;
	padding: 0;
}
h2 {
	font-size: 200%;
	text-align: center;
	color: #660099;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 10px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: double;
}
h3 {
	color: #660099;
	background-color: #FFFFFF;
	font-size: 150%;
	margin-top: 10px;
        margin-bottom: 10px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
}
h4 {
	color: #660099;
	background-color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	margin-top: 15px;
        margin-bottom: 5px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
}
h5 {
	font-size: 100%;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
	margin-left: 15%;
	width: 70%;
	border: solid #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}
h6 {
	color: #660099;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 100%;
	margin-left: 15%;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
p.songquote, form.purple {
        display: block;
	text-align: center;
	color: #660099;
	font-size: 100%;
	font-weight: normal;
	background: #FFFFFF;
	width: 70%;
	margin-left: 15%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 1em;
	border: 2px solid #000000;
}
p.blockquote {/* To be used floating in content div */
        position: relative;
	display: block;
        float: right;
        width: 20%;
        padding: 1em;
        margin: 0 5% 0 5%;
        font-size: 100%;
        color: #660099;
        background: #FFFFFF;
	border: 2px solid #000000;
}
p {
	margin: 10px 0px 5px 0px;
}
li{
        margin-top: 5px;
}

#header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  z-index: 2;
}
#menu {display: none;}
#content {
  position: relative;
  float: right;
  width: 100%;
  margin-bottom: 20px;
  z-index: 2;
}
#footer {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 2;
}
#background {display: none;}
