
html, body, div, span, p, blockquote, h1, h2, h3, h4, h5, h6, hr, ol, ul, li, a, img, object, emded, iframe, fieldset, form, label, legend, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

input, textarea {
	margin: 0;
	outline: 0;
}

html, body {
	text-align: center; /* To center all elements in IE < 7 */
}

#container {
	width: 900px;
	margin: auto;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, pre {
	margin-bottom: 20px;
}

ul, ol {
	margin-left: 20px;
}

ul {
	list-style-type: disc;
}

li {
	list-style-position: inside;
	margin-bottom: 10px;
}
