body {
	font-size: 14px;
}

h1 {
	margin: 20px 0;
	font-size: 35px;
}


h2 {
	margin: 20px 0;
	font-size: 28px;
}

h3 {
	margin: 15px 0;
	font-size: 21px;
}

h4 {
	margin: 12px 0;
	font-size: 18px;
}

h5 {
	margin: 10px 0;
	font-size: 16px;
}


h6 {
	margin: 8px 0;
	font-size: 14px;
}

p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

ul {
	list-style: none;
	padding-left: 15px;
}

ol {
	padding-left: 15px;
}

ol li {
	margin-bottom: 10px;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
	width: 100%;
	color: black;
	text-align: center;
}

table th {
	padding: 15px 10px;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #bbbbbb;
	text-align: left;
	vertical-align: bottom;
}

table td {
	padding: 10px 10px;
	font-weight: 300;
	text-align: left;
}

tfoot td {
	font-weight: bold;
	vertical-align: top;
}

blockquote {
	width: 700px;
	margin: 15px 20px 30px;
	padding: 5px 15px;
	font-size: 20px;
	font-style: italic;
}

cite {
	font-size: 15px;
	text-decoration: underline;
	float: right;
	margin-top: 15px;
}

cite:hover {
	text-decoration: none;
}

dl {
	padding-bottom: 10px;
}

dt {
	font-size: 18px;
	padding-bottom: 2px;
}

mark {
	background-color: #fdf4b5;
	color: #000;
}

abbr {
	text-decoration-style: dashed;
	cursor: help;
}
