#list1{
  float: left;
  line-height:1.5em;
  width: 220px
  }
  
#list2{
  float: right;
  line-height:1.5em;
  width: 220px
  }

ul{
 list-style-type: none;
 }