/**	centre hor and ver
 *	otherwise same syle as prev index on sections
 *
 */

body {
	background-color:#B6C8B6;
}

p#signed {
	margin-top:3em;
	text-align:left;
	margin-left:1em;
}

p#signed::before {
	content:"—";
}

section {
	border:3px double black;
	box-shadow:1em 1em 0px rgba(0,0,0,0.5);
	margin:auto;
	margin-top:3em;
	max-width:40em;
	padding:1em 2em;
	text-align:center;
	vertical-align:top;
}

strong {
	line-height:1.6em;
}
