#search_results {
	width:450px;
	margin-left:20px;
}

h2.search_title {
	color:black;
	text-decoration:none;
	font-size:12px;
}

.highlight {
	background:#ffffaa;
	color:#ac1212;
	font-weight:bold;
	padding:2px;
}

.expanded_search_result {
	background:#ffffda;
	border:2px blue dotted;
	padding:5px;
	margin-bottom:10px;
}

.search_result {
	padding:5px;
	margin-bottom:10px;
}