.ontaplist h3{
	border-bottom:1px solid white;
	margin:1px;
} 

.currentlist a, .currentlist a:visited{
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
	color:black;
	font-weight: normal;
}

.currentlist a:hover{
	color: #9c1000
}


/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
/* 	right:50px; */
	margin-left: -120px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #aaa;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #222 url(/images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #666;
}
