/* church.css - by Bruce Fairhall - stored in pagetop folder */

h1 {
	color: #ff0000;
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 2.1em;
	}
	
h2 {
	color: #3333cc;
	font-family: "Times New Roman", "Times", serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 1.6em;
	}
	
h3 {
	color: #00a54e;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 1.3em;
	}
	
p	{
	color: #000000;
	font-family: "Times New Roman", "Times", serif;
	text-align: left;
	font-size: 1.05em;
	}

