* {
	margin:0;
	padding:0;
	outline:0;
}
body {
	margin:16px;
}

figure {
	width: 40%;
	padding: 10px;
	border: 1px solid #c3211e;
	float:left;
	margin-right:20px;
	margin-bottom: 1em;
}
figure img {
	height: auto;
	width: 100%;
}

figcaption {
	font-style: italic;
	margin-bottom: 1em;
	border: 1px solid #c3211e;
}
p {
	line-height:1.5em;
	margin-bottom:0.75em;
}
footer {
	clear: left;
	border-top: 1px solid #c3211e; 
}
