* {
	margin: 0px;
	padding: 0px;
	color: #eee;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

html {
	position: relative;
	height: 100%;
	overflow: hidden;
}
body {
	position: relative;
	height: 100%;
	background: #666;
	overflow: hidden;
}
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	margin: 0px 0px 20px 0px;
	font-size: 14px;
}
h3 {
	margin: 0px 0px 15px 0px
}
ul {
	margin: 10px 16px;
}
ol {
	margin: 10px 30px;
}
	li {
		margin: 5px 0px;
	}
hr {
	height: 0px;
	margin: 20px 0px;
	border: none;
	border-bottom: solid 1px #999;
	background: #666;
}

