p.touchable {
	margin: 0;
	padding: 0;
	line-height: 2.6;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}

a.touchable {
	margin: 0;
	padding: 2.5mm;
	text-transform: uppercase;
}

a.touchable:link { text-decoration: none; color: #0000b0; }
a.touchable:active { color: #0000b0; }
a.touchable:visited { color: #0000b0; }
a.touchable:hover { color: white; background-color: #666666; }

div.touchable {
	margin: 2mm;
}
  
p.wscl_link_bar {
	font-size: 11pt;
	margin-top: 3mm;
	margin-bottom: 3mm;
	line-height: 2;
	text-align: center;
}

.floating {
	position: fixed;
	padding: 0;
	z-index: 99;
}

a.wscl_nav_up:hover { color:#DDDDDD; }
a.wscl_nav_up:visited { text-decoration:none; }
a.wscl_nav_up:link { text-decoration:none; }

a.wscl_nav_up {
	position: fixed;
	top: 3pt;
	left: 3pt;
	padding: 0;
	width: 30pt;
	height: 30pt;
	padding-left: 0;
	padding-right: 0;
	border-radius: 18pt;
	background-color:#DC143C;
	opacity: 0.6; 
	z-index: 99;
}

p.wscl_nav_up {
	margin: 6pt;
	vertical-align: middle;
}
