body {
	font-family: 'Trebuchet MS', sans-serif;
	background: #f0eeec;
}

#top {
	text-align: center;
}

#h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 6px;
}

#h2 {
	font-size: 20px;
}

#my-line {
	width: 80%;
	height: 2px;
	background-color: black;
	border: none;
	margin: 0 auto;
}

#footer {
	text-align: center;
	text-decoration: none;
}