* {
	margin: 0;
}

*:focus {
	outline: none;
}

html, body, table, form, form input, form textarea, form button, form select, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal small/1.3 Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

html, body, form, img, p, ul, ol, li {
	padding: 0;
	border: none;
	outline: none;
}

input, textarea, button, select option {
	padding: 1px;
}

select {
	padding: 0;
}

fieldset {
	padding: 0.7em;
	margin-bottom: 1em;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 140%;
}

h6 {
	font-size: 120%;
}

ul, ol {
	padding-left: 2.5em;
	list-style: decimal outside none;
}

ul {
	list-style-type: disc;
}

p {
	margin-bottom: 1em;
}

