div#nav {
	display: none;
}

body {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	line-height: 28.8pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: 28.8pt;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 21.6pt;
	font-weight: bold;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.first {
	color: rgb(0,0,255);
	text-decoration: underline;
}

div#worksCited
{
	margin: 0 0 0 3em;
}

.italic
{
	font-style: italic;
}