
/* edit with care. older browsers easily upset when float involved! */	
div.label {
	float:right; width:20px; padding:4px;
	text-align:center;
	}
div.spacer { clear:right; font-size:2px }
div.lnks { 
	margin-left:4px
	}
div.lnks a:hover {
	background-color:#990000;
	color:white
	}

/* these would screw up ns4 */
@media all { 
	div.lnks { margin:4px }
	div.lnks a:link, div.lnks a:visited { 
		padding:1px 4px 3px 4px; 
		line-height:1.7 
		}
}