.ul_james {
	margin: 0;
	padding: 0;
        height: 250px;
        list-style-position: outside;
        list-style: none;
        overflow: auto;
        overflow-x: hidden;

}

.li_james {
    cursor: pointer;
    background-color: #e9e7e7;
    text-align: left;
}

.li_james_hovered {
    background-color: #fcfcd4;}