body{
	background: #361f22;
	color: #30fc03;
	 font-family:fantasy; 
	font-size:40px ;
}
.container{
	background: #1b2610;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	height: 300px;
	width: 900px;
	
}
.navigation{
	background: #2b0913;
	width: 900px;
	height: 50px;
	margin-top: : 10px;
	margin-bottom: 10px;
}
.content {
	background: #2b0913;
	float: right;
	width: 900px;
	height: 1070px;
}
.clear{
	clear: both;
}
.footer{
	background: #7d1316;
	height: 15px;
	width: 900px;
	text-align: center;
	font-size: 14pt;
}
a{
	color: #85618e;
	text-decoration: none;
}
td{
	width: 225px;
	text-align: center;
	font-size: 20px;
}