




a.cpyrt:link	{ font: 9pt verdana,arial; color: #817270; font-weight: bold; text-decoration: underline; }
a.cpyrt:visited	{ font: 9pt verdana,arial; color: #31374f; font-weight: bold; text-decoration: underline; }
a.cpyrt:active	{ font: 9pt verdana,arial; color: #ff0000; font-weight: bold; text-decoration: underline; }
a.cpyrt:hover	{ font: 9pt verdana,arial; color: #00ff00; font-weight: bold; text-decoration: none; }




/* ---------- SCROLLBARS ----------- */
: root {
}
::-webkit-scrollbar {
	width: 16px;
}
::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
	box-shadow: inset 10px 0 10px grey; 
	border-radius: 10px;
	box-shadow: inset 5px 0 5px grey;
	-webkit-box-shadow: inset 0 0 -8px black; 
}
::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	box-shadow: 0 -100vh 0 100vh var(--shadow), 0 0 15px 5px black;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* ---------- END SCROLLBARS ----------- */



div.fix_backbutton {
	position: -webkit-sticky;
	position: fixed;
	bottom: 40;
	left: 40;
	/* background-color: yellow; */
	padding: 10px 0px 0px 0px;
	/* font-size: 20px; */
}

#a_z_topics li {
	margin-bottom: 8px;
	background: url(../images/smlbluptr.gif) no-repeat left center;
	padding: 5px 10px 5px 13px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
}

