/**
*	file:  homepage.css
*	styles particular to the homepage
**/
#suppliedlife {
	background-color: #DFC580; /* Gold color */
	margin:10px;
	padding:7px;
	height:100%;
}

#suppliedlife h2 {
	margin:10px;
}

#suppliedlife p {
	margin: 10px 20px;
	text-align: justify;
	height: 100%;
	background-color: #DFC580;
}

hr{
  border: 0;
  width: 80%;
	color: #623322;
	text-align:center
}

.verse_link:link {color: #646464;}
.verse_link:visited {color: #646464;}
.verse_link:active {color: #646464;}
.verse_link:hover { color: #985035;}


.largelink {
	color: #7B7786;  /* steel blue color */
	font-size: 14pt;
}
.largelink a:link {
	color: #7B7786;  /* steel blue color */
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.largelink a:hover {
	color: #7B7786;  /* steel blue color */
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.largelink a:visited {
	color: #7B7786;  /* steel blue color */
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.largelink a:active {
	color: #7B7786;  /* steel blue color */
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
