body {
	margin: 1em;
	padding: 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}
.highlight {
  color: red;
  text-decoration: underline;
}
	
.updated {
  @importRule '.highlight';
  background-color: yellow;
}
	
.updatedByOthers {
  @importRule '.updated';
  color: #3f5070; /* a nice dark blue */
}