<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: CT
*/


/* ///////////////////////////////////////////////////////////////////

print

/////////////////////////////////////////////////////////////////// */


@media print {
	body {
		background: none !important;
		color: #000000;
	}
	#site {
		background: none !important;
	}
	a {
		text-decoration: none;
	}
}
</pre></body></html>