@charset "utf-8";

p {
	margin: 0 0 1em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	margin-bottom: 0.4em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	margin-bottom: 0.4em;
	color: #060;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 0.1em;
	font-weight: normal;
	color: #060;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: .4em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: .4em;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0.2em;
	color: #060;
}

/*Links and Images (a or anchor tags) - The four states that must appear in the following order - L, V, H, A Styles*/

img {
  border: none;
}
a {
	text-decoration: underline;

}
a:link {
	color: #5F4729;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:visited {
	text-decoration: underline;
	color: #5F4729;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	text-decoration: none;
	color: #3E1F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #D1B99A;
}
a:active {
	text-decoration: underline;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #5F4729;
}

