body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	font-size: medium;
	font-weight: normal;
	color: rgb(0,0,0);
}

div#nav
{
	position: fixed;
	float: right;
	top: 24px;
	left: 500px;
	width: auto;
	height: auto;
	background: rgb(66,66,66);
	padding: 0.25em;
	margin: 0 0 1em;
	z-index: 5;
}

div#nav a
{
	color: rgb(255,255,255);
	display: block;
	text-align: left;
	font-style: normal;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav a:hover
{
	color: rgb(66,66,66);
	background: rgb(255,255,255);
}

div#content
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0.025em 1em;
	font-size: medium;
	width: 470px;
	z-index: 1;
}

div#title
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: auto;
	width: 600px;
	padding: .5em .5em 0 .5em;
	margin: 0 0 0 0;
	z-index: 3;
	background: rgb(255,255,255);
}

h1
{
	padding: 0;
	margin: 0;
}

div#content a
{
	color: rgb(66,66,66);
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover
{
	color: rgb(255,255,255);
	background: rgb(66,66,66);
}

div#title a
{
	color: rgb(66,66,66);
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

div#title a:hover
{
	color: rgb(255,255,255);
	background: rgb(66,66,66);
}

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

.url
{
	display: none;
}

.italic
{
	font-style: italic;
}