.content {
	text-align: center;
}

.content img {
	margin: 4em auto .5em;
}

.content h1 {
	font-weight: bold;
	font-size:   1.1em;
	text-align:  center;
}

.content table {
	margin: 0 auto;
}

.content th h2 {
	font-size: 1em;
	color:     #00AA00;
}

.content td {
	text-align: left;
	padding: .5em 1em;
}

.content td ul {
}

.content td ul li {
	list-style: none;
}

