Body { 
	background-color: #29176B;	 	/* purple */
	font-family: helvetica, impact, arial, sans-serif;
	color: #29176B; 	/* purple */
	margin: 5px;
	padding: 0px;
	cursor: default;
} 
	
a { font-weight: bold; color: #FFFFFF; text-decoration: underline }	/* white */
a:link { font-weight: bold; color: #CC99CC; text-decoration: underline }	/* magenta */
a:visited { font-weight: bold; color: #9999CC; text-decoration: underline }	/* blue grey */
a:active { font-weight: bold; color: #999999; text-decoration: underline }	/* grey */
a:hover { font-weight: bold; color: #006600; text-decoration: underline }	/* dark faded green */

table {
	text-align: left;
	padding: 8px;
}

H  { text-indent: 15px; font-family: helvetica, impact, arial, sans-serif }		/* browsers prefer lowercase font names and IE3 wants the family last */
H1 { font: xx-large; helvetica, impact, arial, sans-serif }	/* must size then face */
H5 { size: medium; }	/* size 5 heading is centered */
P  { font: medium; helvetica, impact, arial, sans-serif }	/* must size then face */
LI { font: medium; helvetica, impact, arial, sans-serif }		/* must size then face */
BLOCKQUOTE { font: medium; helvetica, impact, arial, sans-serif }	/* must size then face */
TH { font: medium; helvetica, impact, arial, sans-serif }	/* must size then face */
IMG { margin-bottom: 7px; margin-left: 7px; margin-right: 7px; }	/* all images a top, right and left margin */

.new { color: #006600 } /* dark faded green text */
.calendar { background: #FFFFFF; text-align: center; font-weight: bold }	/* white */
.highlight { background: #FFFFFF }	/* white */
.white {color: #FFFFFF }	/* White */
.yellow { color: #FFFFFF }	/* White */
.center { text-align: center }
.grey { color: #999999 }	/* grey text */
.crucial { font-weight: bold; }		/* bolded text */
.pullquote { font-size: medium; color: #006600 }	/* small dark faded green text */
.red { font-weight: bold; color:#660000 }	/* dark red text */
.blue { font-weight: bold; color:#333399 }		/* dark dull blue text */
.redorange { font-weight: bold; color:#CC3300 }	/* dark red-orange text */
.black { font-weight: bold; color:#000000 }	/* bold black text */
.monospace { font-family: courier, monaco }		/* precise text */
.underline { text-decoration: underline }	/* underlined text that isn't linked */
.copyright { color: #FFFFFF; font-size: x-small; text-align: center}	/* extra-small white centered text */
.tiny { color: #29176B; font-size: x-small; text-align: center}	/* extra-small purple centered text */
.tinylp { color: #29176B; font-size: x-small; text-align: left}	/* extra-small purple left  text */
.boxed
	{
		margin: 3px 3px 3px 3px;
		background-color: #29176B; 	/* purple */
		font: helvetica, impact, arial, sans-serif;
		color: #FFFFFF; 	/* white */
		padding: 8px;
		border: 1px;
		width: 90%;
		text-align: center;
	}

	.callout
	{
		float: right;
		margin: 3px 3px 3px 3px;
		background-color: #29176B; 	/* purple */
		font: helvetica, impact, arial, sans-serif;
		color: #FFFFFF; 	/* white */
		padding: 8px;
		border: 1px;
		width: 40%;
		text-align: center;
	}
		a.callout, a.callout:active, a.callout:visited, .callout a.text, .callout a.text:active, .callout a.text:visited 
		{
			text-decoration: underline;
			color: #FFFFFF; 	/* white */
		}

/* last updated 28 August 2021 */ 
/*! Design and maintenance | sherryk@peacechurch.net   skirtonbear@kirtondrawnback.org |   */