﻿h1 {
	font-family: "Edwardian Script ITC";
	color: #002d00;
	font-size: 48pt;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-family: "Lucida Calligraphy";
	color: #002d00;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-family: "Lucida Calligraphy";
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-family: Lucida Calligraphy;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #6B5934;
}
h5 {
	font-family: Lucida Calligraphy;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
}

body {
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #99AB83;
}
a:link {
	color:#FECBD8;
}
a:visited {
	color:#FECBD8;
}

img.figureright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 10px 10px 10px;
}
img.figureleft {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	padding:2px 10px 10px 10px;

}
.green {
	color:#002d00;
	text-align:center;
}
.greenbackground {
	background-color:#002d00;
}

.centre {
	text-align:center
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.clear {
	clear:both;
}
.clearright {
	clear:right;
}
.clearleft {
	clear:left;
}

.tablelayout {
	border: 2px solid #6B5934;
}
.tablestyle {
	border: 30px solid #99AB83;
	border-collapse: collapse;
}
.coachhousetable {
	border-color: #2e2e2e;
	border-width: 0;
	border-collapse: collapse;
}

.pictureborder {
	border-width: 0px;
}
