/*
CSS for Shutes Farm site. Header and sub-head in Copperplate Gothic Bold to match brochure. Otherwise fonts chosen for legibility.
*/

body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffff99;
	line-height: 125%;
	padding: 48px;
}

h1 {
	font-family: "Copperplate Gothic Bold", "Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: 180%;
	color: #990000;
}

h2 {
	font-family: "Copperplate Gothic Bold", "Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: x-large;
	color: #990000;
}


h3 {
	font-family: "Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: 130%;
	color: #990000;
}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: small;
	color: #990000;
}

li {
	font-size: small;
	color: #990000;
	list-style-type: square;
}

p {
	font-size: small;
	color: #990000;
}

a {
	font-weight: normal;
	color: black;
}

a:link {
	color: #660000;
}

a:visited {
	color: gray;
}

a:hover {
	color:white;
}

a:active {
	color:black;
}


