#outputList li{list-style-image:none;}
#chatoutput ul li {
	background:#fff ;
	color:#000;
	margin-bottom:5px;
	font-size:11px;
	text-decoration:none; color:#222;
	font-family:verdana,arial;
	list-style-image:none;
}

#chatoutput {
	max-width:290px;
	height:300px;
	padding:5px;
	list-style-image:none;
	border:0px;
	overflow: hidden;
}
div#chatoutput {
	border:0px;
}
div.mousescroll {
    overflow: hidden;
}
div.mousescroll:hover {
    overflow-y: scroll;
}
ul {
    list-style-type: none;
}
.slimScrollDiv { border: 0px solid #ccc; }