body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
}


h3 {
	margin-top: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

a {
	color: #000;
	text-decoration: none;
	background: aqua;
	font-weight: bold;
}

a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

img {
	margin-bottom: 1em;
	}

#object {
	margin-top: 3em;
	margin-bottom: 3em;
	}
	

#available {
	background: aqua;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#available ul {
	list-style-type: none;
	padding: 0;
	display: inline;
	}
	
#available ul li {
	display: inline;
	}

.white {
	color: #fff;
	}
	
hr {
	background: aqua;
	height: 10px;
	margin-top: 3em;
	margin-bottom: 1em;
	border: none;
}

