/* stylePrint.css - printing styles */
/* Copyright (C) 2026 Michael Hernandez. */

* {
	all: revert;
}
body {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
}
header, main, footer {
	color: #000000;
	background: #ffffff;
	max-width: 6.5in;
	margin-left: auto;
	margin-right: auto;
}
header, footer {
	text-align: center;
}
header nav, header .cta, footer nav {
	display: none;
}
img.logo {
    display: none;
}
.utilityBar {
	display: none;
}
.hFrame, .zFrame, .fFrame {
	width: revert;
	height: revert;
	background: revert;
}
img {
	display: block;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
