<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p#vtip { 
	display: none; 
	position: absolute; 
	padding: 7px 10px; 
	left: 5px; 
	font-size: 0.9em;
	line-height:15px; 
	background-color:#333; 
	border: 1px solid #666; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius:1px;
	z-index: 9999; 
	color:#CCC;
	font-weight:bold; 
	max-width:200px;
}
p#vtip #vtipArrow { 
	position: absolute; 
	top:-10px;
	left:2px;
	width:21px;
	height:11px;
	padding:0;
	margin:0;
	background:url(vtip_arrow-bottom.png) 0 0 no-repeat;
	border:none;
}</pre></body></html>