html {

	background-color: #9966FF;

}



img {

	display: block;

	margin: 1em auto;

	border: 0;

	

}



p img {

	display: inline;

	margin: 0;

}



.caption {

	text-align: center;

	size: smaller;

	font-style: italic;

}



.baseline {

	vertical-align: baseline;

}



.sub {

	vertical-align: sub;

}



.super {

	vertical-align: super;

}



.top {

	vertical-align: top;

}



.text-top {

	vertical-align: text-top;

}



.middle {

	vertical-align: middle;

}



.bottom {

	vertical-align: bottom;

}



.text-bottom {

	vertical-align: text-bottom;

}





body {

	max-width: 55em;

	font-family: 'Georgia', serif;

	position: absolute;

	left: 10%;

	right: 10%;

	top: 1em;

	padding: 2em 1em;

}



p {

	font-family: 'Georgia', serif;

	margin-top: 0;

}



.monospace {

	font-family: monospace;

}