/* CSS Document */

<style type="text/css">
ul {
margin-top: 0px;
margin-bottom: 0px;
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px;
padding-left: 20px;
line-height: 1.3em;
}

.scrollArea {
	width: 270px;
	height: 186px;
	padding-left: 0px;
	padding-right: 0px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
	font-family: "Times New Roman";
	font-size: 14px;
	background-color: #FF9900;
	color: #000000;
}
</style>
