/*
 * http://css-tricks.com/snippets/css/using-font-face/
 * http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax
 */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	src: url('font/PTS76F_W.eot');
	src: url('font/PTS76F_W.eot?#iefix') format('embedded-opentype'),
	     url('font/PTS76F_W.woff') format('woff'),
	     url('font/PTS76F_W.ttf')  format('truetype'),
	     url('font/PTS76F_W.svg#PTSans-NarrowBold') format('svg');
}


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;
}
