body {
	text-align: justify;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	background-color: black;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-bottom-style: solid;
}
#Header a:hover {
border-bottom: none;
}

#Logo {
	border-style: none;
}
#Content {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#Navigation {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}
#Navigation li {
	display: inline;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
}
#Navigation li.selected a {
	border-bottom-color: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#Navigation li:after {
	content: " / ";
}
#Navigation li.last:after {
	content: "";
}
#Detail ul {
	margin-left: 20px;
	list-style-type: square;
}
#contributors {
	margin: 50px;

}
.contributor {
	margin: 10px;
	border-style: none;
	text-decoration: none;
	list-style-type: none;
}
.contributor a:hover {
	border-style: none;
	text-decoration: none;
}
.email {
	margin-left: 20px;
}

.imagegrid {
	list-style: none;
	display: inline;
	padding-left: 0;
}

.imagegrid a:hover {
	border-bottom: none;
}

.imagegrid li {
	list-style: none;
	display: inline;
}

.cover {
	margin: 20px;
	float: left;
	text-align: center;
	width: 120px;
}
#Footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-size: small;
}
