body { background-color: #FFFFCC ; background-image: url(http://www.bobpalin.com/homeweb/utah/flnf/background.jpg); font-family: Trebuchet MS, Ariel;  }
h1, H2, h3, h4 { color: #2F4F2F ; 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;
}


table.pictureframe {
	border-width: 7px 7px 7px 7px;
	border-spacing: 10px;
	border-style: outset outset outset outset;
	border-color: rgb(154, 205, 50)  rgb(154, 205, 50) rgb(154, 205, 50) rgb(154, 205, 50);
	background-color: rgb(47, 79, 47);
}
table.pictureframe td{
	vertical-align: middle;
	text-align: center;
}

table.picturematte{
	border-width: 0 0 0 0;
	border-spacing: 10px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	background-color: white;
}
table.picturematte td{
	vertical-align: middle;
	text-align: center;
}

