#search h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
#search p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #999;
	padding: 7px 0 7px 0;
}
#search p:hover {
	background-color: #DDD;
}
#search a {
	color: #800e04;
}
	#search a:hover {
		color: #d01807;
	}
#search span {
	color: #666;
}