html
{
	background: #FFF;
}

body
{
	color: #333;
	font-size: 18px;
	line-height: 1.4;
}

h1
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.04;
}

.content
{
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	line-height: 1.58;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 20px;
	padding-right: 20px;
}

.content p
{
	margin-top: 39px;
	margin-bottom: 0;
}