body { background-color: #FFFFCC ; background-image: url(http://www.bobpalin.com/homeweb/utah/crnp/background.jpg); font-family: Trebuchet MS, Ariel;  }
h1, H2, h3, h4 { color: #A52A2A ; text-align: center }

table.textback {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #DEE6D7;
}
table.textback th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #DEE6D7;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.textback td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #DEE6D7;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}


