body {
	font-family: sans-serif;
	color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 10px;
	line-height: 1.2;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #ccc;
}
p {
	margin-bottom: 15px;
}
ul,
ol {
	margin: 0;
	margin: 0 0 0 30px;
}
ul {
	list-style: disc;
	list-style-position: outside;
}
ol {
	list-style: decimal;
	list-style-position: outside;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 30px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 20px;
	padding: 10px 20px;
	border-left: 5px #eee solid;
}
address {
	margin: 0 0 1.5em;
}
pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	height: 0;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	width: 100%;
	margin: 0 0 1.5em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-collapse: collapse;
}
th {
	padding: 8px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
td {
	padding: 8px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
a,
a:visited,
a:link {
	color: #2a6496;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #404040;
	text-decoration: underline;
}
