@charset "utf-8";
html, body
{
	background-color: #59544F;
	font-size: 14px;
	color: #191613;
	margin:12.5%, 15%l
}
h1
{
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight:700;
	letter-spacing:3px;
}
h2{
	font-family: "neue-haas-grotesk-display";
	font-weight: 400;
	font-style:italic;
	letter-spacing:1px;
}
p1
{
	font-family: "pf-videotext", sans-serif;
	font-weight:200;
}
p, a,li
{
	font-family: "helvetica-neue-world", sans-serif;
	font-weight:200;
	color: #191613;
}
a:hover
{
	color: #27221D;
}