@charset "utf-8";

div.section {
	margin: 0.5em 0;
	padding: 0.2em 0;
	border: 1px dotted #999;
	background-color: #fff;
}
	
h2 {
	margin: 0.2em 8px 0 16px;
	border-bottom: 6px solid #ddd;
	float: left;
	width: 8em;
	color: #901808;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 150%;
	text-transform: uppercase;
}

p {
	margin: 0.5em 16px;
	line-height: 1.5;
	color: #333;
	font-size: 80%;
}