html{
	margin: 0px;
	padding:0px;
	}

body {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #CCD6CC;
	margin: 0px;
	padding:0px;
}
h1 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:25px 0px 20px;
}
p {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a {
	color: #47382e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}

img{
	border:none;
	margin:0px;
	padding:0px;
}
