@charset "utf-8";
/* This is the triangle in the left margin that jumps to the top of the page. */
#upnav {
	position: fixed;
	left: 0%;
	/* padding-left: 10px;*/
	padding-left: 0%;
	bottom: 25px;
	width: 40px;
	height: 40px;
	z-index: 4;
	NOTclip: rect(auto,auto,35px,auto);
	color: #36C;
	font-family: "Roboto", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	margin-right: 30px;
}
#upnav a {
text-decoration: overline;
}