a:link {
	color: rgb(255,255,255); 
	background: rgb(27,40,30); 
	/* All unvisited links will be colored white on black */ 
}

a:visited {
	color: rgb(117,255,120); 
	background: rgb(27,40,30); 
	/* All visited links will be colored green on black */
}

a:hover {
	color: rgb(27,40,30); 
	background: rgb(117,255,120); 
	/* Mouseover will be black on green */
}

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 */ 


body {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	font-size: 16px;
	line-height: 1.5;
	background-color: rgb(27,40,30);
}


#logo {
	margin: 0px 0px 0px 16px;
}


#main {
	margin: 0px 0px 0px 32px;
	width: 661px;

}


#content {
	color: rgb(27,40,30);
	font-size: 16px;
	line-height: 1.5;
	padding: 0px 32px 0px 32px;
	width: 661px;
	background-color: rgb(154,204,155);
	/* Articles will be colored black on gray */ 
}


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(27,40,30);
	height: 10px;
}


#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;
}


