body {
	background-color:#006600;
	text-align:center;
	color:white;
}

div.body {
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;	
}

a {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#EEEEEE;
	text-decoration:underline;
}

ul {
	text-align:left;
	margin-left:-1em;
}
