/* Print styles */

/*
body {
	background: #fff;
	margin: 10px;
	font-size: 10px;
}


h1, h2, h3, h4, h5, h6, h7, P {
	color: #000;
	background: #fff;
}

a {
	color: #777;
	text-decoration: none;
	background: #fff;
}

img {
	border: 0;
}

.header,
.left-col,
.right-col,
.footer {
	display: none !important;
}
*/