h1 {
	font-family: Arial;
	font-size: large;
	font-style: italic;
	color: #669933;
	margin-top: 1em;
}
table {
	margin: 0.4em 0 0.7em 0;
}
.green1 {
	background-color: #669933;
	color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	height: 25px;
}
.title1 {
	font-family: Arial;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #669933;
}
.title2 {
	font-family: Arial;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #669933;
}
.contacttext {
	font-family: Arial;
	font-size: small;
	color: #669933;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
.contacttext A:link{
	font-family: Arial;
	font-size: small;
	color: #669933;
	font-weight: bold;
	text-decoration:none;
}
.contacttext A:visited{
	font-family: Arial;
	font-size: small;
	color: #669933;
	font-weight: bold;
	text-decoration:none;
}
.contacttext A:hover{
	font-family: Arial;
	font-size: small;
	color: #669933;
	font-weight: bold;
	text-decoration:none;
}
.maintext, li {
	font-family: Arial;
	font-size: small;
}
.hilite {
	color: red;
}
.menuitem {
	font-family: Arial;
	font-size: small;
	color: #FFFFFF;
	font-style: normal;
	text-decoration:none;
}
.menuitem A:link {
	font-family: Arial;
	font-size: small;
	color: #FFFFFF;
	text-decoration:none;
}
.menuitem A:visited {
	font-family: Arial;
	font-size: small;
	color: #FFFFFF;
	text-decoration:none;
}
.menuitem A:hover {
	font-family: Arial;
	font-size: small;
	color: #FFFFFF;
	text-decoration:none;
}
.currentmenuitem {
	font-family: Arial;
	font-size: small;
    font-style: normal;
	color: #336600;
	text-decoration:none;
}
.bottombar {
	background-color: #669933;
	color: #669933;
}
.cottagelink {
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	color: #000000;
}
.cottagelink A:link {
	font-family: Arial;
	font-size: medium;
	text-decoration:none;
	color: #000000;
}
.cottagelink A:visited {
	font-family: Arial;
	font-size: large;
	text-decoration:none;
	color: #003399;
}
.cottagelink A:hover {
	font-family: Arial;
	font-size: xx-large;
	text-decoration:underline;
	color: #00FFFF;
}
.attraction {
	font-size: small;
	color: #666666;
}
.tiny {
	font-size: x-small;
}
#calendar {
	margin-left: 25px;
}
#calendar table {
	border-collapse: collapse;
	border: 0;
	background-color: #FFFFE3;
	margin: 0 0 20px 0;
}
#calendar th, div#calendar td {
	border: 1px solid #060;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: small;
	text-align: center;
	padding: 4px;
}
#calendar th#tableKey {
	background-color: #FFF;
	border: 0;
}
#calendar td.nullCell {
	background-color: #EEE;
}
#calendar td.booked {
	background-color: #693;
	color: #FFF;
}
#calendar .price {
	background-color: #F5F7C4;
	font-weight: bold;
}