body {
	background-color: #408585;
	font-family: Caveat;
	font-size: 14px;
}


.container {
	width: 900px;
	height: auto;
	background: #ffff;
	margin: 30px auto;
}

.header {
	background-color: orange;
	height: 300px;
	width: 900px;
}

.navigation {
	background-color: pink;
	width: 900px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer {
	height:50px ;
	width: 900px;
	text-align: center;
	background: orange;
}

.navigation {
    background: #D3D3D3;
    width: 900px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a{     
    color: black;
    text-decoration: none;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.navigation {
	background-color: #333;
	overflow: hidden;
}
.navigation p {
	margin: 0;
}
.navigation a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
	float: left;
}
.navigation a:hover {
	background-color: #ddd;
	color: black;
}