<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* print.css - print style sheet */

/* Removes elements not wanted when printing */
header,
nav,
span#infoBar,
footer,
footer p,
br,
h1,
h5,
h6,
figure#tmLogo,
section.focusPic p.imgInfo,
div.arrows,
section.picGallery figure,
a.expander span.xcIcon {
	display: none;
}
/* From Gallery Pages:
	section.focusPic p.imgInfo
	div.arrows
	section.picGallery figure
	a.expander span.xcIcon
*/

/* Hides these elements */
h1,
h5,
h6 {
	visibility: hidden;
}

/* Make sure content spans full width of page */
div#main {
	width: 100%;
	margin: 0;
	float: none;
	border: none;
}

article,
section {
	font-size: 20px;
}

/* Improve contrast of links */
a:link,
a:visited {
	color: #0700CA; /* deep-sky blue */
}

a {
	font-style: normal;
	text-decoration: none; /* remove underline */
}

/* Change text color to black */
li,
p {color: #000000;}

/* Company Name, Motto, &amp; Telephone aligned for printing */
p.coName,
p.coMotto,
p.ph {
	text-align: right;
}

/* Style Company Name &amp; Motto */
p.coName {
	font-size: 32px;
	line-height: 0.001em;
}
p.coMotto {
	font-size: 16px;
	line-height: 0.001em;
}

/* Gallery - images and model text  */
section.focusPic img {float: left; margin: 0px;}
section.focusPic span#thisModel p {float: left;}
</pre></body></html>