<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print
{
div#header {
	display: none !important;
}
div#content {
	display: none !important;
}
#comments {
	display: none !important;
}
#sidebar {
	display: none !important;
}
div#variables {
	display: none !important;
}
div#footer {
	display: none !important;
}
div#verticalbanner {
	display: none !important;
}
#banner {
	display: none !important;
}
p#banner2 {
	display: none !important;
}
#left {
	display: none !important;
}
#right {
	display: none !important;
}
div#clearBottom {
	display: none !important;
}
}
.site-description {
	display: none !important;
}
.site-title {
	display: none !important;
}
.verticalbanner {
	display: none !important;
}
.noPrint {
	display: none !important;
}
}
</pre></body></html>