* {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	line-height: 1.2;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-indent: 0;
	text-align: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}
html {
	overflow: auto;
}

hr {
	border-style: outset;
	border-width: 1px;
	height: 2px;
	margin: 2ex 2%;
	width: 96%;
}

table {
	display: table;
	border-collapse: separate;
	border-spacing: 0.3ex;
}
th,td {
	padding: 0.3ex;
	text-align: left;
	vertical-align: top;
}
th {
	padding: 0.5ex 0.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1.6em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 2ex;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
