* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	height: 100%;
}
body {
	font-size: 77.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}

p {
	margin: 0.3em 0 0.6em 0;
	font-size: 1.0em;
}
ul, ol {
	margin-left: 10px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
	ul li, ol li {
		padding-left: 10px;
	}
table, table td {
	font-size: 1.0em;
}
div {
	display: block;
}