body {
	background-image: url(/images/stainedglass_lg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	background-color: #1b1713;
	margin-top: 40px;
}
.maintable {
	border: thin solid #f69f31;
}
.insidetable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5b6a20;
	border-right-color: #5b6a20;
	border-bottom-color: #5b6a20;
	border-left-color: #5b6a20;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: x-small;
}
a:link {
	text-decoration: none;
	color: #FFCC66;
}
a:visited {
	text-decoration: none;
	color: #f6b93e;
}
a:hover {
	text-decoration: underline;
	color: #ebf090;
}