.maincolour {
	background-color: #66883E;
}

td {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #293528;
}

.small {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #293528;
}

h1 {
	font-family: "Garamond", Times New Roman;
	font-size: 48px;
	color: #E0E7D8;
	font-weight: 600;
}

h2 {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #293528;
	display: inline;
}

a:link {
	font-family: "Garamond", Times New Roman;
	color: #66883E;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	font-family: "Garamond", Times New Roman;
	color: #66883E;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	font-family: "Garamond", Times New Roman;
	color: #E0E7D8;
	text-decoration: underline;
	font-weight: normal;
}

.altmaincolour {
	background-color: #E0E7D8;
}

.nav {
	font-size: 14px;
}

.nav a:link {
	font-family: "Garamond", Times New Roman;
	color: #66883E;
	text-decoration: none;
	font-weight: normal;
	background-color: White;
	width: 120px;
	height: 25px;
	border: 1px solid #66883E;
	padding-left: 2px;
	padding-top: 2px;
}

.nav a:visited {
	font-family: "Garamond", Times New Roman;
	color: #66883E;
	text-decoration: none;
	font-weight: normal;
	background-color: White;
	width: 120px;
	height: 25px;
	border: 1px solid #66883E;
	padding-left: 2px;
	padding-top: 2px;
}

.nav a:hover {
	font-family: "Garamond", Times New Roman;
	color: #66883E;
	text-decoration: none;
	font-weight: normal;
	background-color: #E0E7D8;
	width: 120px;
	height: 25px;
	border: 1px solid #66883E;
	padding-left: 2px;
	padding-top: 2px;
}