@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
html {
	font-family: 'PT Sans', sans-serif, Verdana, Arial;
	font-weight: 400;
	
}
body, a {
	color: #7d3236;
	line-height: 1.2em;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	
}
.typography .content-container {
	font-size: 1.125em; /* 18 / 16 */
	line-height: 1.5em;
}
h1 {
	font-size: 1.5em; /* 24 / 16 */
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.25em; /* 20 / 16 */
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
.typography ul {
	margin-bottom: 10px;
}
.typography li {
	list-style-type: disc;
	margin-left: 25px;
}
strong {
	font-weight: 700;
}