@charset "utf-8";
/* CSS Document */

ul {
margin-top: 0px;
margin-bottom: 5px;
list-style-image: url(your custom bullet);
color: D4190A;
font-size: 80%;
font-weight: normal;
margin-left: 0px;
padding-left: 0px;
line-height: 1.3em;
}

.scrollArea {
width: 200px;
height: 400px;
padding-left: 5px;
padding-right: 5px;
border-color: #6699CC;
border-width: 0px;
border-style: solid;
float: left;
overflow: auto;
}
</style>
