html {
	background-color: #f5f5f5;
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 100%;
	line-height: 1.5;
	padding: 50px;
}

h1 {
	background-color: #e5e5e5;
	display: inline-block;
	font-family: 'PT Sans Narrow', 'Helvetica Narrow', 'Arial Narrow', sans-serif;
	font-style: italic;

	*display: inline;
	*zoom: 1;
}

p {
	font-family: 'segoe ui', helvetica, tahoma, sans-serif;
}
