body {
	background:#2a4d7d;
	color: orange;
	font-family: pusab;
	font-size: 20px;
}
.container {
	background:#871042;
	margin: 30px auto;
	width: 900px;
	height: 1210px;
}
.header {
	width:900px ; 
	height: 400px;
}
.navigation {
background: #984e64;
width: 900PX;
height: 40PX;
margin-top: 10PX;
margin-bottom: 10PX;
}
.content {
	background: #1c2f48;
	width: 900PX;
	height: 700PX;
}
.footer {
background: #79b0d7;
height: 50px;
width: 900px;
   text-align: center;
   font-size: 18px;
}
a{
	color: #000000;
	text-decoration: none;

}
td{
	width: 300px;
	text-align: center;
	font-size: 20px;
}