.statecolumn {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
font-family: "Times New Roman";
 font-size: 150%;
}

 ul.main {  font: 17px/24px 'Times New Roman', Times, serif; }

#mapdarkblue {
  width:100px;
    height:100px;
    background:#094081;
}