body {
	background: #132;
	margin: 3em 6em;
	font-family: Arial;
	color: #3B5;
}
a {
	color: #FF0;
	text-decoration: none;
}

a#top {
	font-size: 75%;
}

a img {
	border: 1px solid transparent;
}
a img:hover {
	border: 1px dotted transparent;
}
