#tips, #tips li{
	
	list-style:none;
	}
#tips{
	
	font-size:12px;
	line-height:110%;
	
	}
#tips li{
	padding:2px;
	
	display:none; /* hide the items at first only to display one with javascript */
	}
					

