body {
	/*font-family: Arial, sans-serif;*/
	font-size: 30px;
	min-width: 900px;
	max-width: 900px;
}

body a, a:visited {
	color: #22A;
	text-decoration: none;
}
body a:hover {
	color: red;
}

h1 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	/*text-align: center;*/
}

h2 {
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	/*text-align: center;*/
}

ul {
	margin-top: 0.2em;
	margin-bottom: 1.0em;
	list-style-type: none;
	padding-left: 0.5em;
}

.answer ul {
	padding-left: 0;
}

.answer p {
	line-height: 1.0em;
	margin-bottom: 0.4em;
	margin-top: 0.0em;
}

p {
	line-height: 1.0em;
	margin-bottom: 0.4em;
	margin-top: 0.0em;
}

li {
		margin-top: 0.2em;
		margin-left: 0;
		padding-left: 0;
}

img {
	width: 100%;
}

.answer{
	text-align: center;
}

#subbutt {
	font-size: 1em;
	text-align: center;
}

#fig-entry {
	width: 205px;
	height: 217px;
	text-align: center;
	float: right;
	border: solid 1px;
	margin-right: 10px;
}