body {
	background:#3c415e;
	color #000000;
	font-family: arial;
	font-size: 20px;
}
.container{
background:#a5afbc;
margin: 30px auto;
width: 900px;
height: 1060px;
}
.header {
width: 900px;
height: 300px;
}
.navigation {
	background: #9da6b4;
	width: 900px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content {
	background:#d3d3d3;
	width: 900px;
	height:650px ;
}
.footer {
	background: #757f97;
	height: 50px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a {
	color: #000000;
	text-decoration: none;
}
td {
	width: 225px;
	text-align: center;
	font-size: 20px;
}
h1{
	font-size: 26px;
}
