/* @group Print */

#main_nav {
	display: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 48px;
}
	
body, #content {
	width: 100%; 
	margin: 0; 
	float: none;
}

p {
	color: #000 
}

a{
	color: #888;
	text-decoration: none;
}

/* @end */