@media print {


body {
	color: #000;
}


/* Hide everything unneeded */




.section-header {
	display: none;
}

.title{
	display: none;
}

.menu {
	display: none;
}

.section-footer {
	display: none;
}

.section-content {
    background: #fff;
	background-color: #ffffff;
}
#section-content {
    background: #fff;
	background-color: #ffffff;
}



.zone-content {
	background: #fff;
}

.zone-content-wrapper {
	background: #fff;
}

#zone-content {
	background-color: #ffffff;
	background: #fff;
}

#zone-content-wrapper {
	background-color: #ffffff;
	background: #fff;
}


/* font sizes */


h1 {font-size: 24pt;}

h2 {font-size: 14pt;}



/* Some browsers like to show a border around images. Switch it off */
img {border: 0}


/* Separate blockquotes a little bit from the rest */
blockquote {
	font-size: 13pt;
	font-style: italic;
}


/* By default links are blue. For optimal legibility change them to black */
p a {color: #000}

}