html {
	-webkit-text-size-adjust: none;
}
* {
	margin: 0;
	padding: 0;
	border: 0;    
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	color: #fff;
}

body {
	font-size: 12px;
	background-color: #000;
}

#wrapper {
	display: block;
	margin: 60px auto;
	padding: 10px;
	width: 300px;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #8b0;
	text-rendering: optimizeLegibility;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e70;
	text-rendering: optimizeLegibility;
}

hr {
	margin: 12px 0;
	height: 1px;
	color: #333;
	background-color: #333;
}

p {
	font-size: 11px;
	line-height: 13px;
}