@charset "UTF-8";
address{
	text-align: left;
}
body{
	background-color: Black;
	color: DimGray;
	text-align: center;
	font-family: sans-serif;
}
dd{
	margin-bottom: 1em;
}
div.body{
	padding: 2em;
}
div.window{
	width: 100%;
	text-align: left;
	background-color: WhiteSmoke;
	color: Green;
	border-style: solid;
	border-color: Lime;
	border-width: 1ex;
	margin-bottom: 1em;
}
h2{
	text-align: left;
	background-color: Lime;
	margin: 0px;
	color: Black;
}
hr{
	clear: both;
}
img#jacket{
	float: left;
}
th, td{
	border-style: solid;
	border-color: Green;
	border-width: 1px;
}
span.name{
	font-weight: bold;
}
span.trip, span.name{
	color: Goldenrod;
}
