body {
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}
body {
	font-family: monospace;
	font-size: 100%;
}


h2 {
	margin-top: 2em;
	font-size: 100%;
	clear: both;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #080;
}
a:hover {
	background: black;
	color: white;
	color: #080;
}
a img {
	border: none;
}
div.capimage {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 2em;
}
div.capimage img {
	border: 1px solid lightgray;
}

.capimage .caption {
	background: lightgray;
}
.caption {
	color: black;
}

