@charset "utf-8";

/*

		Print style sheet of Robert Randich's website.
		Author: Alex Murphy
		Date:   10/12/22

		Filename: AM_print.css

*/

html, body, figure figcaption, footer {
	background-color: white;
	color: black;
	border: none;
}

a {
	color: black;
	text-decoration: none;
}

a::after {
	content: " (" attr(href) ") ";
	font-weight: bold;
	word-wrap: break-word;
}

.Navigation {
	display: none;
}