/*general setup*/
* {
	margin: 0;
	padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 110%;
	color: #fefefe;
	background: #151515;
	padding: 10px 30px;
	
}

.print_only {
	display:none;
}

h1 {
	font-size: 3em;
	margin: 0.5em 0 0.1em 0;
}

	h1 a {
		
	}

h2 {
	font-size: 2em;
	line-height: 2em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1.2em 0;
}

h4 {
	margin: 0 0 0.5em 0;
	line-height: 1.8em;
	font-size: 1.5em;
	line-height: 2.5em;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
}

p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 0 1.2em 0;
}

ol, ul {
	padding-left: 20px;
}

hr {
	margin: 20px 0;
}

a {
	color: #fefefe;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}