body {
	background: #5e85ad;
	color: #148852;
	font-family:SEGOE PRINT ;
	font-size: 16px;
}
.container {
	background: #ffffff;
	margin: 30px auto;
	width: 900px;
	height: 1060px;
}
.header {
	width: 900px ;
	height: 300px;
}
.navigation{
	background: #298b92;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content
{
	background: #f27e07
;
	width: 900px;
	height: 650px;

}
.footer
{
	background:#cebdf0;
	height: 50px;
	width: 900px;
	text-align: center;
	font-size: 16px;
}
a {
	color: #000001;
	text-decoration: none;
}
td {
    width: 225px;
    text-align: center;
    font-size: 15px;
}
