/* styles for cromford cottage - this is a comment */

body {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	background-color: #e0e0e0;
}

div.body {
	text-align: center;
	background-color: #e0e0e0;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: center;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: center;
	color: #009900;
	margin-top: 3px;
	margin-bottom: 3px;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px;
}

H5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: center;
	margin-top: 0px;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

P {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 1em;
	text-align: left;
} 

LI {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 1em;
}

 
table {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-color: white;
	text-align: center;
}

table.main {
	width: 782px;
	text-align: center;
}

td {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

td.bottom {
	background-color: #FFF09D;
	color: #724c21;
	padding: 5px;
	border: 1px solid #724c21;
}

td.image {
	text-align: center;
	font-size: 0.8em;
	padding-top: 5px;
}
td.menu {
	width: 195px;
	height: 25px;
	text-align: center;
	background-color: #FFF09D;
	border-left: 1px solid #724c21;
	border-right: 1px solid #724c21;
	border-top: 1px solid #724c21;
	border-bottom: 1px solid #724c21;
}
td.text {
	padding: 5px;
}

a:link {
  	color: #228855;
  	background-color: transparent;
	text-decoration: underline;
}

a:active {
  	color: #228855;
  	background-color: transparent;
	text-decoration: underline;
}

a:visited {
  	color: #00C000;
  	background-color: transparent;
	text-decoration: underline;
}

a:hover {
  	color: #117744;
  	background-color: transparent;
	text-decoration: underline;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.white {
	background-color: white;
}

.edged {
	border-left: 1px solid #724c21;
	border-right: 1px solid #724c21;
	border-top: 1px solid #724c21;
	border-bottom: 1px solid #724c21;
}


