/* CSS1 Style Sheet by John Mayes for Buckley Homestay*/
/*Colour scheme
Menu background #EEE8AA;
Menu text colour #330099; using copyright class
content background #FAFAD2;
Content text colour: #000000;
Introduction text colour: #00AA4C;

Link not visited: default blue
Link visited: default purple
Link hover: #00AA4C; intro colour
Link active: #00AA4C;
*/

BODY {
	font-family: "Times New Roman", serif;
	font-size: 10pt;
}
A:link {color: #FF00FF;}
A:active {color: #00AA4C;}
a:hover {color: #00AA4C;}
/*A:visited {color: #800080;}*/

P {
	text-align: left;
	font-style: normal;
}
h1 {
	font-family: "Times New Roman", "Arial", serif;
	font-size:20pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #00AA4C;
}
h2 {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:14pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.2em;
	color: #330099;}

h3 {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.2em;
	color: #330099;}

tr {
	vertical-align:top;
	font-style: normal;
	}

td {
	text-align: left;
}

/* menu defines layout for left hand menu column */
.menu {
	background-color:#EEEEA9;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	WIDTH: 140px;
	vertical-align: top;
	padding-left: 3px;
}

/* content defines layout for right hand content column heading */
.content {
	background-color:#FAFAD2;
	color: #000000;
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

/* content-detail defines layout for right hand content column detail */
.content-detail {
	WIDTH: 612px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	}

.content-hr {
	width: 580px;
	align: centre;
}


.copyright {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:8pt;
	color: #330099;
}
.intro {
	font-family: "Times New Roman", "Arial", sans-serif;
	font-size:12pt;
	font-style: oblique;
	text-align: center;
	color: #00AA4C;
	margin: 20px;
}
.footer {
	font-family: sans-serif;
	font-size:8pt;
	color: #000000;
}
.updated {
	font-family: sans-serif;
	font-size:8pt;
	color: #000000;
	text-align: right;
	background-color:#FAFAD2;
	padding-right: 10px;
	}

.center {
	text-align: center;
}
