/* Link appearance */

A:link, A:visited { 
	text-decoration: underline;
	color: #00CC66 }

A:hover { 
	color: #00ff99;
	text-decoration: none }
	
/* Heading appearance */

h1 {
    width: 379px;
    height: 104px;
    background: url(/images/title.gif);
    display: block;
    margin: 0;
    padding: 0;
}

h1.home {
    background: url(/images/title.gif);
}

h1.salvation {
    background: url(/salvation/images/title.gif);
}

h1 span {
    display: none;
}

H2 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 18px; 
	COLOR: #FFFF66; }
	
H3 {
	display: inline;
	FONT-FAMILY: Times New Roman, Times, serif;
	FONT-SIZE: 18px; 
	COLOR: #ffffff;
	FONT-WEIGHT: bold; }
	
body {
text-align: center;
}
	
/* Verse appearance */
.verse {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 15px;
	FONT-STYLE: italic;
	WIDTH: 620px; }	

