body {	
	color: white; 
	background-color: black; 
	width: 410px;
	margin-left: 100px;
	font-family: sans-serif;
	font-size: smaller;
}

a:link { color: yellow }
a:visited { color: lightgrey }
a:hover { color: lightyellow }
a:active { color: lightred }

div.photo {
	margin-bottom: 30px;
}

.photo img {
	border: 5px solid white;
}

.photo p {
	font-style: italic;
	margin: 5px 0px 10px 0px;
}
