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 td:first-child {
	font-weight: normal;
	width: 100px;
}
div#left {
	float:left;
	width: 301px;
}
div#left table {
	width: 300px;
}
div#right {
	float:right;
	width: 430px;
}
td:first-child + td {
	vertical-align: middle;
	font-style: italic;
	font-size: 14px;
}
td {
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}
