body {  
 	font: small sans-serif;  /* All other font sizes are a percent of this */
	background-color: black; /* #999999;  /* Use for final color 7c7c7c */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 160%; /* Wikipedia is 160% and small sans-serif font */
}
p { 
	margin-top:    0em; 
	margin-bottom: .7em; 
}
a:link { 
	color: #b6c7ff; /* Light blue, on black bkg, white text */
	text-decoration: none;
}
a:visited {
	color: #9941a3; /* Light purple */
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
/* -------------- Custom ------------- */
.TopBlock {
	width: 900px;
	margin-top:    .7em; 
	margin-bottom: .7em; 
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}
.PhotoText {
	width: 700px;
	margin-bottom: .7em;
	float: left;
	color: white;
	text-align: left;
}
.Navigation {
	width: 170px;
	float: right;
	color: white;
	text-align: left;
	padding-left: 30px;
}
.Photo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}