/* The style for blog entries highlighted by being a fragment target. */
.hilitefragment {
	background: #ffa;
	padding: 1em 1em 0 1em;
	border: 1px solid #880;
}

/* Search word highlighting */
.searchword0 {
	background-color: #CFFFB9;	/* green */
	text-decoration: inherit;
}

.searchword1 {
	background-color: #FFCFCF;	/* pink */
	text-decoration: inherit;
}

.searchword2 {
	background-color: #DCDAFF;	/* blue */
	text-decoration: inherit;
}

.searchwelcome {
	border: solid 2px black;
	background: #ffc;
	margin-bottom: 2em;
	padding: 0 1em;
}


