/* imports common style ruleset */
@import url(common.css);

/* defines rules specific to the front page */

#comments li.comment-admin {
	background: white;  
	padding:1em;
}

#comments li.comment-admin strong.comment-name {
	font-size:140%;
}
