body {
	text-align: left;
}

#head {
	text-align: center;
}

#content {
    font-family: 'Bitter', serif;
	margin-left: 12.5%;
	margin-right: 12.5%;
	background-color: #E0E0E0;
	padding-right: 5em;
	padding-left: 5em;
	padding-top: 1em;
	padding-bottom: 3em;
	border-radius: 1%;
}
p#note {
	font-size: 0.8em;
}
div#menu > a {
	text-decoration: none;
	background-color: ;
}

div#menu > a:hover {
	text-decoration: underline;
}