body
{
	background-color: #83C1F6;
	font-family: "Futura", "Arial", sans-serif;
}
h1
{
	text-align: center;
	margin-bottom: 0px;
	font-size: 60px;
	margin-top:0px;
}
h2.log
{
	text-align: center;
	margin-top: 0px;
}
p.input
{
	text-align: center;
}

/*
	learned much of this styling from Joe-Joe R.
*/
div.listing
{
	float: left;
	background-color: #AAAAAA;
	display: block;
	float:left;
	text-align: center;
	height: auto;
	width: 200px;
	margin: auto;
	padding:7px;
	border: double;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	position:relative;
}
h3.sign
{
	font-size: 17px;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
}
#search
{
	font-weight: bold;
	color: green;
	text-align:center;
	font-size: 70px;
}
#search input
{
	height: 50px;
	width: 750px;
	font-size: 40px;
}
#search input.submit
{
	width: 300px;
	height: 50px;
	font-size: 40px;
	border: none;
	background-color: yellow;
}
h3.sign em
{
	color: white;
	font-size: 19px;
}
div.link
{
	display: inline;
	float: left;
	font-size: 17px;
}
a
{
	color: white;
	padding: 3px;
	border: solid;
	border-width: 2px;
	background-color:black;
	text-decoration: none;
}
div.status
{
	margin-top:4px;
}
#title
{
	font-color:white;
}
img.poster
{
	margin-top: 5px;
}