#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	width:190px;
	font-size:16px;
	line-height:120%;
	}
#tips li{
	padding:0px;
	background:#FFF;
	display:none; /* hide the items at first only to display one with javascript */
	}


