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

p {
	line-height: 1.3em;
	font-size: 1em;
	color: #333333;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: none;
}

code {
	font-size: 1.2em;
}

ul, li {
	color: #333333;
}

#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 {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.0em;
}

#content h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.0em;
}

#content h4 {
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.0em;
}

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

.caption {
	color: gray;
	font-size: 0.8em;
	margin-top: -10px;
	margin-bottom: 40px;
}

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

.indent {
	margin-left: 20px;
}

.codesample {
	font-family: monospace;
	margin-left: 20px;
	font-size: 1.2em;
}