* {
	margin: 0px; padding: 0px;
}
body {
	background: rgb(221, 221, 255); color: rgb(102, 102, 102);
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
em {
	font-style: normal; font-weight: bold;
}
s {
	font-style: normal; text-decoration: line-through;
}
img {
	border: currentColor; border-image: none;
}
a {
	color: rgb(0, 102, 255); text-decoration: none;
}
a:hover {
	color: rgb(0, 102, 255); text-decoration: underline;
}
#copy {
	padding: 5em 20px 0px; text-align: right;
}
