@charset "utf-8";
ul{
	list-style-type:none; 
	margin:0;
	padding: 0;
	overflow: hidden;
	background-color: #3F67C5;
}
li{
	float: left;
}

li a{
	display: block;
	color: white;
	padding: 15px 30px;
	text-decoration: none;
}

footer{
	position: inherit;
	left: 0;
	bottom:0;
	wifth:100%;
	background-color: cornflowerblue;
	color: white;
	text-align: inherit;
}
/* CSS Document */

