.area {
	margin: 1em 0;
}

.area h2 {
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color: #39c;
}
.area h3 {
	display: inline; white-space: nowrap;
}
.area h3 a {
	color: #039;
}
.area h3 a:hover {
	color: #f33;
	text-decoration: underline;
}

