body {
	background: #fc16ed;
	color: #000000;
	font-family: Arial;
	font-size: 17px;
}
.container {
	background: #ffffff ;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header {
	width: 900px;
	height: 300px;
}
.navigation {
	background:#ffffff ;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content
{
	background: #0411ff;
	width: 900px;
	height: 600px;
}
.footer {
	background: #ff131b;
	height: 50px;
	width: 900px;
	text-align: center;
	font-size: 18px;
}
a {
	color: #000000;
	text-decoration: none;
}
td {
	width: 225px;
	text-align: center;
	font-size: 20px;
}
h1 {
	font-size: 28px;
}
p {
	font-size: 20px;
}