@import url( "../layout.css" );
@import url( "color.css" );

article {
	padding: 1em;
	border: medium inset #ffb;
	background-color: white;
}
