* {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
html, body {
	width: 480px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
form {
	display: inline;
}
.search {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: black;
	padding: 5px;
}
.search input {
	font-size: 24px;
}
.list {
	border: 1px solid black;
	border-top: 0px;
	padding: 8px;
	clear: both;
	line-height: 2;
	
}
.list a {
	text-decoration: none;
	font-weight: bold;
}
.list div {
	margin-top: 10px;
}
div.list:hover {
	background-color: #F6FCFE;
}
#ad {
	background-color: #000000;
	text-align: center;
}