body {
	background-color: #CAB07A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(images/bgtile.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top center;
}


body,td,th {
	color: #650000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.textcontainer {
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
a:link {
	color: #B92B11;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #B92B11;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E83515;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #E83515;
	font-weight: bold;
	text-decoration: underline;
}

H1 {
	color: #BC2C12;
	font-size: 42px;
}
h2 {
	color: #96220E;
	font-size: 36px;
}
h3 {
	color: #96220E;
	font-size: 28px;
}
.normalbiggerText {
	font-size: 20px;
}
.HighlightedText {
	font-size: 19px;
	color: #B52911;
	font-weight: bold;
}

.imageBorder {
	border: medium double #006600;
}

