body {
	margin: 100px;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h2 {
	font-family: arial, sans-serif;
	font-size: 2.9em;
	font-weight: normal;
	color: black;
	margin-top: 52px;
	margin-bottom: 18px;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: black;
	margin-top: 48px;
	margin-bottom: 18px;
}

li {
	list-style-image : url(/i/li.gif);
	list-style-type: none;
	margin-bottom: 3px;
}

p {
	font-family: georgia, times new roman, serif;
	font-size: 1.7em;
	line-height: 1.4em;
}

p.citation {
	font-family: georgia, times new roman, serif;
	font-size: 1.5em;
	color: #333333;
	padding-left: 25px;
}

ul {
	font-family: georgia, times new roman, serif;
	font-size: 1.7em;
	line-height: 1.6em;
	margin-left: 9px;
	padding-left: 9px;	
}
