.CityWrapper {
	margin-left: auto;
	margin-right: auto;
}

.Cities {
	border-color: black;
	text-align: center;
}

.Cities a {
	text-decoration: none;
	display: block;
	background: #409EEF;
	color: white;

}

.Cities td { 
	font-size: 1.1em;
	border: double;
	line-height: 1.5em;
	width: 164px;
}

.Cities a:hover {
  color: black;
  display: block;
  background-color: #ACE0F8;
  text-decoration: none;
}

