.ul_james {
	margin: 0;
	padding: 0;
    list-style-position: outside;
    list-style: none;
}

.li_james {
	cursor: pointer;
  background-color: #99ddff;
	height: 1.5ex;
}

.li_james_hovered {
  background-color: #6699ff;
}