<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: white;
	font-family: Arial, san-serif;
	font-size: 86%;
	color: #303030;
	margin: 0;
	padding: 0;
	text-align: center;
}
div {
	text-align: left;
}
#header {
	height: 190px;
	background: url(images/headerbg.jpg) repeat-x;
}
#crest {
	position: absolute;
	top: 0;
	left: 0;
	height: 190px;
	width: 126px;
	background: url(images/crest.jpg) no-repeat;
}
#churchname {
	position: absolute;
	top: 30px;
	left: 140px;
	right: 0;
	color: #ffffd9;
	font-size: 30px;
	letter-spacing: -0.06em;
	font-weight: bold;
}
#tagline {
	position: absolute;
	top: 84px;
	left: 150px;
	right: 0;
	color: #c6c6c6;
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#cornerpic {
	position: absolute;
	right: 0;
	top: 0;
	height: 155px;
}
#menu {
	text-align: center;
	position: absolute;
	top: 159px;
	width: 100%;
}
#menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-align: center;*/
}
#menu ul li {
	display: inline;
	/*text-align: center;*/
}
#menu a {
	color: white;
	padding: 4px 10px;
	font-weight: bold;
}
#menu a:hover {
	background: url(images/menubg.gif) repeat-x bottom;
}
#content {
	width: 760px;
	margin: 0 auto;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px;
}
h1 {
	font-size: 2.4em;
	letter-spacing: -0.06em;
	color: #3080ff;
}
h2 {
	font-size: 1.7em;
	letter-spacing: -0.06em;
	color: black;
}
h3 {
	font-size: 1.4em;
	letter-spacing: -0.06em;
	color: #909090;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	background: url(images/footerbg.gif) repeat-x bottom;
	font-size: 0.7em;
	padding: 4px;
	border-top: 1px solid #f0f0f0;
}
#copyright {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #c0c0c0;
	letter-spacing: 0.4em;
	margin-top: 8px;
}
#copyright a {
	color: #c0c0c0;
}
#copyright a:hover {
	color: #3080f0;
}
a {
	color: #303030;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #3080f0;
	text-decoration: underline;
}
a:active {
	background: #3080f0;
	color: white;
}</pre></body></html>