a:link, a:visited {
	color: #4466dd;
	text-decoration: none;
}
a:hover {
	color: #aaccff;
	text-decoration: underline;
}
body {
	background-color: #ffffff;
	font-family: 'Courier New', monospace;
	padding: 12px 4px 4px;
	text-align: center;
}
html {
	color-scheme: light dark;
	font-size: 100%;
}
img {
	border: 1px outset #6644aa;
	display: block;
	max-width: 100%;
}
h1 {
	overflow-wrap: keep-all;
}
p {
	font-size: 95%;
	line-height : 128%;
	overflow-wrap: break-word;
	padding: 0 5px;
}
