header {
	background-color: firebrick;
	color: white;
	text-align: center;
	padding: 60px 0;
}

footer {
	height: 50px;
	overflow: hidden;
	background-color: #333;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#page {
	margin: 30px auto;
	float: none;
}

#people {
	padding-left: 95px;
	padding-top: 15px;
}

#annotation-header {
	font-weight: bold;
	margin-bottom: 20px;
}

#diary-header {
	font-weight: bold;
	margin-bottom: 20px;
}

#diary-list {
	font-size: 16px;
}

#annotation-text {
	font-size: 16px;
}

#email {
	float: right;
	padding: 12px;
	font-size: 18px;
}

.name {
	font-size: 22px;
}

.header {
	font-weight: bold;
	margin-bottom: 3px;
}

.email-h {
	font-weight: bold;
	display:inline;
	white-space: nowrap; 
	margin-right: 20px;
}

.email-mh {
	display:inline;
}