body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}

p {
	line-height: 1.3em;
	font-size: 1em;
	color: #4b4b4b;
}img {
	border: none;
}

a {
	text-decoration: underline;
	color: #3f3f3f;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-top: 5em;
}

li {
	list-style: circle;
	font-size: 1.5em;
	line-height: 1.5em;
}

#logo {
	position: absolute;
	top: 400px;
	left: 15px;
}

#content {
	position: absolute;
	width: 600px;
	top: 50px;
	left: 100px;
	color: #7f7f7f;
}

#content h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 3em;
	line-height: 0em;
}

#content h1 strong {
	font-weight: bold;
	color: black;
}

#content h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.1em;
}

.credit {
	margin-bottom: 40px;
	margin-top: -15px;
}

.vidlink {
	margin-bottom: 40px;
}

.endnote {
	font-style: italic;
	font-size: 0.7em;
	margin-top: 25px;
}


