body { 
	margin: 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	font-size: 1.1em;
	line-height: 1.5em;
	width: 75%;
}
header,footer { 
	display: block;
}
header { 
	border-bottom: #340449 solid 2px;
}
footer { 
	clear: left;
	margin-top: 2em;
	padding-top: 1em;
	border-top: thin #ccc solid;
	font-size: 0.9em;
}
h1 { 
	line-height: 1em; 
}
.alert { 
	font-weight: bold;
	border: 1px solid #340449;
	padding: 1em;
	background-color: #ffc;
}
.offscreen { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.subtitle { 
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.25em 0 1em; 
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ccc;
}

