body {
	background:#d93b4d ;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
}
.container {
	background: #b31129;
	margin: 30px auto;
	width: 900px;
	height: 1060px;
}
.header {
	width: 900px;
	height: 300px;
}
.navigator{
	background: #3b4226;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content
{
	background: ##b31129;
	width: 900px;
	height: 650px;
}
.footer {
	background: #3b4226;
	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: 25px;
}
p {
	font-size: 20px;
}