/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px Arial, sans-serif;
	line-height: 20px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #393A2C;
	margin: 0;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	color: #393A2C;
}

h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #393A2C;
	padding-top: 3px;
	line-height: 18px;
	margin-bottom: 19px;
}

h4 {
	font-size: 16px;
	color: #393A2C;
}

h5 {
	font-size: 15px;
	color: #393A2C;
}

h6 {
	font-size: 13px;
	color: #393A2C;
}