@charset "UTF-8";

/*style sheet for The French Hen

/* -------- color guide ----------
#E9D4A5 : brown
#FEFDC7 : light brown
#200000 : black
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font: 100% arial, geneva, sans-serif;
	background: #fefcd7;
	margin-top: 25px;
	font-style: normal;
}
/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: lighter;
}
p {
	color:#333;
	line-height:1.8;
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
	color: #193742;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.6em;
	color: #51341a;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin: 0;
}
h1, h2, h3 {
	clear: both;
}
a:link, a:visited {
	color: #00000;
	text-decoration: none;
}
a:hover, a:active {
	color: #00000;
	border-bottom: 1px dashed #cb7d20;
}
a.accent {
	display: block;
	text-align: right;
}
a.accent:hover {
	border: none;
	color: #e9d4a4;
}

