.content {

}

.content *:first-child {
	margin-top: 0;
}


.content h1,
.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.content h1 {
	font-size: 2.5em;
	line-height: 1.1;
	color: #666;
	margin-top: 0;
	margin-bottom: .75em;
}

.content h2 {
	font-size: 1.6em;
	color: #009d1d;
}

.content h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1.2em 0 .8em;
	color: #009d1d;
}

.content p, .content li, .content td {
	font: 81.3%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content li p, .content td p {
	font-size: 100%;
}

.content em {
	color: #009d1d;
	font-style: normal;
	font-weight: bold;
}

