/* CSS
Print version for a WordPress theme
*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
}

#headerlinks, #nav, #search_box, #features, #footer {
	display: none;
}

h1 {
	text-indent: none;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

h1 a {
	text-decoration: none;
	color: #000000;
}
h2 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}

p {
	font-size: 12px;	
	padding-bottom: 10px;
	line-height: 1.4em;
}