html {
	background: #ffff85;
}
body {
	margin: 1em;
}
h1,h2 {
	font-family: serif;
}
h1 {
	color: #000088;
}
h2 {
	color: #000044;
}
p {
	font-family: sans-serif;
	font-size: 0.9em;
}
a:link,a:visited,a:active {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: none;
}
p.copyright {
	font-size: 0.75em;
	font-style: italic;
}
