@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFF;
	font-family: sans-serif;
}

div {
	width: 50%;
	margin: 10% auto 0 auto;
}

figure {
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 4px dotted #ccc;
}

	figure img {
		width: 20%;
		min-width: 70px;
		max-width: 125px;
	}

article {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

	article h1 {
		font-size: 150%;
		font-weight: bold;
		color: #777;
	}

	article h2 {
		margin-top: -15px;
		font-size: 120%;
		font-weight: normal;
		color: #333
	}
