h1,h2,h3,h4,h5,h6,p,blockquote
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5d5d5d;
	background-color: #ffffff;
	margin: 10px 13px;
}

table
{
	margin: 15px 0px;
	border-collapse: collapse;
}

td,th
{
	border: 1px solid #ddd;
	padding: 3px 10px;
}

th
{
	padding: 5px 10px;
}

a
{
	color: #d33d39;
	text-decoration: none;
	border-bottom: 1px dotted #d33d39;
}

a:hover
{
	border-bottom: 1px solid #d33d39;
}

a img
{
	border: none;
}

p
{
	margin-bottom: 9px;
}

h1,h2,h3,h4,h5,h6
{
	display: block;
	color: #6d6d6d;
	margin-bottom: 18px;
}

h1,h2
{
	color: #d33d39;
	margin-top: 40px;
}

h1
{
	font-size: 40px;
	margin-bottom: 16px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	margin-bottom: 7px;
	font-size: 14px;
}

h6
{
	font-size: 13px;
}

hr
{
	margin: 19px 0px;
	border: 0px;
	border-bottom: 1px solid #d33d39;
}

header
{
	margin-bottom: 0px;
}

article
{
	margin-bottom: 20px;
}

article p
{
	margin-left: 10px;
}

footer
{
	margin-top: 80px;
	margin-bottom: 40px;
	text-align: center;
}

blockquote
{
	padding: 5px 15px;
	margin: 6px 0px;
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
}

blockquote:before
{
	content: "\201C";
	font-size: 40px;
	line-height: 0px;
	vertical-align: -8px;
	color: #ccc;
}

blockquote:after
{
	content: "\201D";
	font-size: 40px;
	line-height: 0px;
	vertical-align: -8px;
	color: #ccc;
}

sup
{
	font-size: 0.8em;
	vertical-align: super;
	line-height: 0px;
}

@media screen and (min-width: 920px)
{
	body
	{
		width: 900px;
		margin: 10px auto;
	}
}

@media print
{
	body,code,pre code,h1,h2,h3,h4,h5,h6,a,hr
	{
		color: black;
	}
	
	a,hr
	{
		border-color: black;
	}
	
	table,pre
	{
		page-break-inside: avoid;
	}
}
