
/*--------- uniTip ----------*/

a.tip:link, a.tip:visited { 
	width:200px;
	color:Green;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	display: block; 
	padding: 3px; 
	border-bottom: none;
}

a.tip:hover { 
	
}

.right { 
	float:right; 
}
	
