/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.city {
	background-color: transparent;
	border: 4px solid midnightblue;
	color: black; 
    font-size: 23px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 330px;
	height: 100px;
    }
.city:hover {
	background-color: firebrick;
	color: white;
	border: 6px solid cornsilk;
}
.citu {
	background-color: transparent;
	border: 4px solid midnightblue;
	color: black; 
    font-size: 23px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 330px;
	height: 100px;
    }
.citu:hover {
	background-color: firebrick;
	color: white;
	border: 6px solid cornsilk;
}