@charset "utf-8";
/* CSS Document */

/* unvisited link */
a:link {
    color: #0b53b2;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #0b53b2;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #fe5100;
	text-decoration:none;
}

/* selected link */
a:active {
    color: #0b53b2;
	text-decoration:none;
}

/* NAV LINKS */

	/* unvisited link */
	a.nav:link {
		color: #FF6;
		text-decoration:none;
	}
	/* visited link */
	a.nav:visited {
		color: #FF6;
		text-decoration:none;
	}
	/* mouse over link */
	a.nav:hover {
		color: #fe5100;
	}
	/* selected link */
	a.nav:active {
		color: #FF6;
		text-decoration:none;
	}
	
	.contentIMG {
		 padding-left:15px;
	}
	
	.worshipTitle {
		font-size:22px;
		font-weight:bold;
		color:#FF6;
	}
	
	.worshipLinks {
		font-size:12px;
		font-style:italic;
	}