/* Stylesheet for the cottages */
body,td,th {
	color: #000000;
	font: normal 1em Arial, Helvetica, sans-serif;
}
body {
	background-color: #EFEBDC;
	background-image: url(/images/body-bg-25.jpg);
	margin: 5px;
}
.defaultSans {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.defaultHeavyRoman {
	font-family: Elephant, Heather, Times, 'Times New Roman', serif;
	font-size: 1.1em;
	color: #404000;
}
.defaultLightRoman {
	font-family: Times, 'Times New Roman', serif;
	font-size: 1em;
	font-weight: bold;
	color: #404000;
}
.greenHeavyRoman {
	font-family: Elephant, Heather, Times, 'Times New Roman', serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #009933;
}
.defaultWhimsy {
	font-family: 'Amazone BT', whimsy;
	font-size: 1.5em;
	font-weight: bold;
	color: #008000;
}

