* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}

ul, ol {
	margin: 10px 10px;
}

object,
embed {
	display: block;
}

#content {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -9999em;
	left: -9999em;
}

