div#hold	{ 	position:relative; overflow:hidden;	width:400px; height:52px; z-index:100;	}div#wn	{ 	position:absolute; 	left:0px; top:0px; 	width:400px; height:52px; 	clip:rect(0px, 400px, 52px, 0px); 	overflow:hidden;		z-index:1; 	}div#lyr1	{ 	position:absolute; visibility:visible; 	left:0px; top:2px; 	z-index:1; 	}
a#scr { text-decoration: none; color: gray }a#scr:link { text-decoration: none; color: gray }a#scr:visited { text-decoration: none; color: gray }a#scr:hover, a#scr:active { text-decoration: underline; color: gray }