body {
	color: black;
	background: white;
	font-size: 10pt;
}
#content a {
	color: #990000;
	background-color: transparent;
	font-weight: bold;
}
.noprint, #header, div.navigation, #menu {
	display: none;
}
#content a:after {
	content: " [" attr(href) "]";
}
#content a[href^="/"]:after {
	  content: " [https://robertjohnkaper.com" attr(href) "]";
}
input, textarea, select {
	font-size: 95%;
}
small, .small {
	font-size: 95%;
}
.strike {
	text-decoration: line-through;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
