h3 {
	margin-bottom: 7px;
	}
#toTop {
	background-color: #303030;
	border: none;
	bottom: 14px;
	display: none;
	height: 56px;
	overflow: hidden;
	position: fixed;
	right: 14px;
	text-decoration: none;
	text-indent: 100%;
	width: 56px;
	}
#toTopHover {
	background-color: #219ED8;
	display: block;
	filter: alpha(opacity=0);
	float: left;
	height: 56px;
	opacity: 0;
	overflow: hidden;
	width: 56px;
	-moz-opacity: 0;
	}
#toTop:active, #toTop:focus {
	outline: none;
	}
