
h1, h2, h3, h4, h5, h6
{
	font-family:
		/* Merriweather */
		'Constantia',
		'Lucida Bright',
		'Lucidabright',
		'Lucida Serif',
		'Lucida',
		'DejaVu Serif',
		'Bitstream Vera Serif',
		'Liberation Serif',
		'Georgia',
		serif;
	font-style: normal;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h1
{
	font-size: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

h2
{
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2.5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

h3
{
	font-size: 22.5px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4
{
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h5
{
	font-size: 17.5px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h6
{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}
