#cities ul li{
	text-decoration: none;
	list-style-type: square;
}
.test{
	float: left;
	width: 450px;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	overflow: hidden;

}
.test_img{
	float: right;
	width: 200px;
	background-color: #fff;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 25px;
	
}
.test_title{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
}
#nav{
	font-size: 0.8em;
}