/*Styles for Headers*/
	.sitehead { text-align: center; background-color: purple; color: fuchsia; font-family: tahoma; font-size: 325%; font-style: italic; font-weight: bolder }
	.navhead { background-color: fuchsia; color: white; font-family: arial; font-size: 150%; text-align: center }
	.linkhead { text-decoration: underline; font-family: tahoma; font-size: 100% }
	.pagehead { text-align: center; color: purple; text-decoration: underline; font-family: tahoma; font-size 200%; font-weight: bold }
	.linkbody { text-align: left; vertical-align: top; font-family: arial }
	.pagebody { text-align: center; color: black; font-family: arial }