div#everything.legacy {
color: #333;
text-shadow: 1px 1px 0 #eee;
padding: 0 1.5em 1em 1.5em;
width: 80%;
line-height: 1.5em;
}

div#everything.legacy h1, div#everything.legacy h2 {
border-bottom: 1px solid #eee;
margin: 0;
font-weight: normal;
}

div#ft {
	background-color: #000;
	width: 80%;
	padding: 1em 1.5em 1em 1.5em;
	margin-right: auto;
	margin-left: auto;
}

div#everything.legacy a {
	background-color: yellow;
	border-bottom: 3px solid orange;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

div#everything.legacy a:hover {
	background-color: yellow;
	border-bottom: 3px solid blue;
}
