h1{
	font-size:28px;
	font-family:georgia, Serif;
	margin:40px;
	text-align:center;
}
#photo{
	text-align:center;
}
#gone{
	display:none;
}
body > div, body > h1, footer {
	margin-left: 200px;
	margin-right: 0;
}

nav {
	font-family: Arial, sans;
	font-size: 1.5em;
	left: 70px;
	position: absolute;
	top: 112px;
}
nav > li {
	display: block;
	border-bottom: solid 1px rgba(0,0,0,0.5);
	border-right: solid 1px rgba(0,0,0,0.2);
	border-radius: 10px;
	margin-bottom: 0.4em;
}
nav > li:nth-child(1):hover {
	background: rgba(0, 255, 0, 0.1);
}
nav > li:nth-child(2):hover {
	background: rgba(255, 0, 0, 0.1);
}
nav > li:nth-child(3):hover {
	background: rgba(0, 80, 255, 0.1);
}
nav > li:nth-child(4):hover {
	background: rgba(255, 200, 0, 0.1);
}
nav > li:nth-child(5):hover {
	background: rgba(255, 80, 0, 0.1);
}
nav > li:nth-child(6):hover {
	background: rgba(0, 0, 0, 0.1);
}
nav a {
	color: inherit;
	text-decoration: inherit;
	display: block;
	padding: 10px;
}
nav a:hover {
	color: black;
}
nav li ul {
	margin: 0;
}
