.body{
	background: #ccffff;
	color: #000000;
	font-family:segoe script;
	font-size: 20px;
}
.container{
	background: #009933;
	margin: 30px auto;
	width: 900px;
	height: 1100px;
}
.header{
	width: 900px;
	height: 500px;
}
.navigation{
	background :#e70101;
	width: 900px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: #e70101;
	width: 900px;
	height: 600px;
	color: 	#FFFFFF;
}
.clear{
	clear: both;
}
.footer{
	background: #e70101;
	width: 900px;
	height:60px;
	text-align: center;
	font-size: 14px;
}
a{
	text-decoration: none;
 color: #FFFFFF;
}
td{
	width: 300px;
	text-align: center;
}