/* Print styles */

html {
	background: #fff;
}

body {
	background: #fff;
	margin: 10px;
	font-size: 10px;
}


h1, h2, h3, h4, h5, h6, h7, P {
	background: #fff;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 12px;
}

a {
	color: #777;
	text-decoration: none;
	background: #fff;
}

img {
	border: 0;
}

.menu-site-actions,
.header_nav,
.breadcrumbs,
.column-left,
.column_right,
.footer ul,
.content-actions
 {
	display: none !important;
}

.header {
	border-bottom: 1px solid #000;
}

.footer {
	border-top: 1px solid #000;
}

.footer .right {
	float: left;
	font-size: 9px;
	font-weight: bold;
}

/* end print styles */