.class1 a:link {
	color: rgb(255,255,255); 
	background: rgb(27,40,30); 
	/* All unvisited links will be colored white on black */ 
}

.class1 a:visited {
	color: rgb(117,255,120); 
	background: rgb(27,40,30); 
	/* All visited links will be colored green on black */
}

.class1 a:hover {
	color: rgb(27,40,30); 
	background: rgb(117,255,120); 
	/* Mouseover will be black on green */
}

.class1 a:active {
	color: rgb(27,40,30); 
	background: rgb(154,204,155); 
	/* All active links will be colored black on gray */ 
}

/* must be in this order: a:link, a:visited, a:hover, a:active */


/* I pulled all the colors out of the logo with the dropper tool in The Gimp */ 



/* must be in this order: a:link, a:visited, a:hover, a:active */



body {
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	color: rgb(154,204,155); 
	line-height: 1.15;
	width: 725px;
	background-color: rgb(0,0,0);
	margin: auto;
	text-align: center;
}




#content {
	color: rgb(0,0,0);
	font-size: 16px;
	line-height: 1.5;
	padding: 0px 32px 0px 32px;
	background-color: rgb(255,255,255);
	width: 661px;
	text-align: left;
	margin: 0 auto;	
}

	/* Articles will be black on white */ 

.class2 a:link {
	color: #585858; 
	background: none; 
	text-decoration: none;
	/* All unvisited links will be colored gray */ 
}

.class2 a:visited {
	color: #848484; 
	background: none; 
	text-decoration: none;
	/* All visited links will be colored light gray */ 
}

.class2 a:hover {
	color: #0000FF; 
	background: rgb(117,255,120); 
	text-decoration: underline;

}

.class2 a:active {
	color: #FF0000; 
	background: rgb(117,255,120); 
	/* All active links will be colored red */
}

/* must be in this order: a:link, a:visited, a:hover, a:active */




#logo {
	margin: 0px 0px 0px 16px;
}


#main {
	margin: 0px 0px 0px 32px;
	width: 661px;
	text-align: left;
}




h1  {
	font-size: 20px;
	font-weight: bold;
}

#left-pic {
	padding: 5px 10px 10px 0px;
	float:left;
}


#strong  {
	background-color: rgb(117,255,120);
	font-weight: bold;
}

#scripture {
	font-style: italic;
	font-weight: bold;
}

#testimony {
	font-style: italic;
	font-size: 12px;
}

p.main:first-letter {
	font-size:300%;
	float:left;
	width:0.7em;
	line-height:80%;	
}


#border {
	background-color: rgb(0,0,0);
	height: 5px;
}


#border2 {
	background-color: rgb(255,255,255);
	height: 20px;
}

#caption {
	font: 11px;
	font-weight: bold;
}

#caption2 {
	font: 9px;
	font-weight: bold;
}



#input1 {
	width: 300px;
	background-color: rgb(117,255,120);
}

#input2 {
	width: 100px;
	background-color: rgb(117,255,120);
}

#input3 {
	width: 400px;
	background-color: rgb(117,255,120);
}


#textarea1 {
	background-color: rgb(117,255,120);
}


#reprint {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


#donation {
	background-color: rgb(27,40,30);
	font-size: 12px;
	color: rgb(154,204,155); 
	line-height: 1.15;	
}


#index {
	font-size: 14px;
}


#footnote {
	background-color: rgb(27,40,30);
	font-size: 10px;
	color: rgb(154,204,155); 
	line-height: 1;	
}


#footer {
	font-size: 12px;
	font-weight: bold;
}



