@charset "utf-8";
body {
	background-color: #E6DCAB;
	margin: 0px;
}
.background {
	background-image: url("../images/website images/background.jpg");
	background-repeat: repeat;
}
.background2 {
	background-image: url(../images/website%20images/background2.jpg);
	background-repeat: no-repeat;
}
.maintext {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #453504;
}
.copyrighttext {
	font-family: "tempus Sans ITC";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #453504;
}

.maintextunderline {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #453504;
	text-decoration: underline;
}

.pictureborder {
	border: 5px solid #80701B;
}
.footertext {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #E6DCAB;
}
a:link {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #E6DCAB;
	text-decoration: none;
}
a:hover {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #7F701B;
	text-decoration: none;
}
.headertext {
	font-family: "tempus Sans ITC";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #453504;
	text-decoration: none;
}
a:visited {
	font-family: "tempus Sans ITC";
	text-decoration: none;
	font-size: 18px;
	color: #E6DCAB;
}
.bulletpoints {
	font-family: "tempus Sans ITC";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #7F701B;
	text-decoration: none;
}
a.a:link {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C00;
}
a.a:hover {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #453504;
	text-decoration: underline;
}
a.a:visited {
	font-family: "tempus Sans ITC";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C00;
}

