/*============================================================
 Resets
============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	} 
ol, ul { list-style:none; }


/* = Fonts
----------------------------------------------- */

@font-face {
    font-family: 'NeuzeitSLTStdBook';
    src: url('/fonts/neuzeitsltstd-book-webfont.eot');
    src: url('/fonts/neuzeitsltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/neuzeitsltstd-book-webfont.woff') format('woff'),
         url('/fonts/neuzeitsltstd-book-webfont.ttf') format('truetype'),
         url('/fonts/neuzeitsltstd-book-webfont.svg#NeuzeitSLTStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* = Layout
----------------------------------------------- */

html {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #f9f9f9;
}

body {
/*	text-align: left;*/
	color: #6f6f6f;
	font: 62.5% 'NeuzeitSLTStdBook';
	margin-top: 10em;
}

/* = Typography
----------------------------------------------- */

h1,h2,h3,h4,h5 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
}

ul {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #bbb;
}

li span {
	margin-left: 1em;
}

hr {
	border-style: none;
	border-top: 1px solid #3874a5;
	margin-top: 2em;
	margin-bottom: 1em;
	opacity: .3;
}

a {
	color: #3874a5;
	text-decoration: none;
}

img {
  border-radius: 3px;
}