/*CSS DOCUMENT*/

body {
    background-color: #e6ffec;
}

h1 {
	font-family: courier;
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
}

p {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	color: #404040;
}

.p1{
	font-family: verdana;
	font-size: 14px;
	color: #404040;
	text-align: left;
	padding: 5px;
}




ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #262626;
	box-shadow: 0 9px #000000;
	border-radius:5px;   
}

li {float: left;}
.li1 {float: right;}

li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-radius:5px;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #ff99ce;
}

.li1.dropdown {
	display: block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #262626;
	width:135px;
	box-shadow: 0 9px #000000;
	z-index: 1;  
	border-radius: 0 0 5px 5px;
}

.dropdown-content a {
	color: white;
	padding: 5px 5px;
	text-decoration: none;
	display:block;
	text-align: center; 
	
}

.dropdown-content a:hover {background-color:#fbd0e6}

.dropdown:hover .dropdown-content {
	display: block;
	block-size: auto;
}

li{	
	font-family: verdana;
	font-size: 15px;
	font-variant: small-caps;
}

li1{
	font-family: verdana;
	font-size: 15px;
	font-variant: small-caps;
}

.city{
	background-color:  #99ffb3;
	color: #404040;
	box-shadow: 0 9px #009926;
	border-radius:5px;

}
