body {
	margin: 0 auto;
}

a:link, a:visited {
	color: #fb821f;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

h1 a {
	/*position: absolute;*/
	background: #5A5A5A;
	padding: 2px 8px 4px;
}

h1 a:link, h1 a:visited {
	color: #fff;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #fb821f;
}

a.siteLink {
	display: block;
	width: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	float: right;
	border-top: 0;
	border: 1px solid #5a5a5a;
	color: #5a5a5a;
}

a.siteLink:hover, a.siteLink:active {
	color: #fb821f;
}

div.textWrapper {
	margin: 0 auto;
}

a.homePrev, a.homeNext {
	position: absolute;
	top: 8px;
	left: 8px;
	cursor: pointer;
	color: #fff;
	background: #5a5a5a;
	border: 1px solid #fff;
}

a.homeNext {
	right: 8px;
	left: auto;
}