

#scroll {
/* Typical fixed height and fixed width example */
width: 150px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
font-size:14px;
color:#550000;
font-weight:bold;
}
.li{
color:#333333;
list-style:none;
}
.ol{
color:#550000;
list-style:none;
}
#scroll2 {
/* Typical fixed height and fixed width example */
width: 150px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

