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, li {
	color: #4b4b4b;
}

#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 {
	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;
}

.launch_link {
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.0em;
}

.launch_linfo {
	margin-bottom: 50px;
}

.red {
	color: red;
}

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


