h1 {
	font-size: 2em;
	border-bottom: 2px solid silver;
	margin: 40px;
	margin-top: 60px;
}
.about {
	margin: 20px 40px;
}
.about a { 
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.about a:hover {
	text-decoration: underline;
}
.about a:visited { 
	color: white;
}
.aboutPhotos {
	border: 2px solid black;
	margin: 60px 62px 80px 62px;
	padding: 2px;
	background-color: #202020;	
}

h2 { 
	font-size: 1.5em;
	border-bottom: 2px solid silver;
	margin: 20px 40px 10px 40px;
}
li {
	margin: 10px 40px;
}
li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited { 
	color: white;
}