body {
	color: #006;
	background: url(/images/bluesky.gif) repeat;
	margin: 0px auto;
	top: 0px;
}
h1 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
a:link {
	color: red;
}
a:active {
	color: yellow;
}
a:visited {
	color: purple;
}
a:hover {
	color: #696;
}
#attribution {
	font-size: x-small;
	text-align: right;
}
