div#content p {
	margin: 20px 10px 10px 0px;
	font-size: 17px;
}
p em {
	font-style: normal;
	color: blue;
}
div#content h2 {
	font-size: 19px;
	font-weight: normal;
}
table {
	font-size: 17px;
}
table tr th {
	font-style: italic;
	font-weight: normal;
}
th:first-child {
	width: 200px;
}
table tr td em {
	font-size: 14px;
	font-style: normal;
}