/* CSS Document */

ul{
	list-style-type: none;
	nargin: 0;
	padding: 0;
	overflow: hidden;
	background-color:darkred;
	
}
li{
float: right;
}
	
li a{
	display: block;
	color: white;
	padding: 15px 36px;
	text-decoration: none;
}
			
footer{
	position: fixed;
	left:0;
	bottom: 0;
	width: 100%;
	background-color:darkred;
	color:white;
	text-align: center;
	
}