body {
        background-color: black;
        color: #FFFFFF;
	font-size: 125%;
}

.item {
	width: 15em;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
  height: 400px;
}

.footer {
	padding: 40px;
	text-align: center;
	clear: both;
}

.imagecontainer {
	text-align: center;
}

.headerbox {
	margin-top: 25px;
	text-align: center;
}

.header {
	font-size: 200%;	
	vertical-align: center;
	width: 650px;
	height: 213px;
	margin: auto;
}

a:link {
	text-decoration: none;
	color: #88FF88;
}

a:visited {
	text-decoration: none;
	color: #44AA44;
}

a:hover {
	text-decoration: underline;
}

#home-link {
  display: block;
  margin: auto;
  text-align: center;
}

#home-link img {
  border-style: none;
}

ul {
  list-style: none:
}

li {
  display: inline;
  margin-right: 20px;
}

