/* print styles */
body {
	color: black; 
	background: white;
}

a:link, a:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
    font-weight: bold;
}

h1, h2, h3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray;
}

h1.pagetitle {
	background: white; 
	color: black; 
	padding-bottom: 1px;
	border-bottom: none;
	font-size: 200%;
}

#header {
	display: none;
}

#header-content {
	display: none;
}

#nav {
	display: none;
}

#footer {
	display: none;
}

#qmEditor {
	display: none;
}

.callout {
	display: none;
}

strong {
	color: #000;
}