H1,H2,H3 {
	font-family: sans-serif;
	font-weight: bold;
	line-height: 100%
}

#section {
	background: white;
	border: dashed red;
	border-width: 1px 1px 1px 1px;
	margin: 0 4em 0 4em;
}

.sNav {
	background: white;
	color: #ccc;
	border-bottom: 1px dashed #ccc;
}

.sNav h2 {
	font-size: 100%;
	position: relative;
	left: -1px;
	color: black;
	padding: 0.25em 0 0.25em 2em;
	margin: 0;
}