body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(bg.gif) #9CAE65;
	color: #381300;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

p {
	margin: 8px;
	padding: 2px;
}

a:link, a:visited {
	color: #1B2A13;
	text-decoration: none;
}

a:active, a:hover {
	color: #856C12;
	text-decoration: underline;
}

#corpus {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#venus {
	width: 1000px;
	height: 621px;
	background: url(venus1000.jpg) no-repeat #333;
}

.stripe {
	width: 1000px;
	height: 4px;
	background: url(stripe.gif) #222 repeat-x;
}

#about {
	text-align: justify;
}

#foot {
	margin-top: 18px;
	text-align: justify;
	letter-spacing: 1px;
	font-size: 1.2em;
}