body{
	background: #ff7700;
	color: #000000;
	font-family: comic sans ms;
	font-size: 20px;
}
.container{
	background-color: #ff7700;
	margin: 30px auto;
	width: 900px;
	height: 1000px;

}
.header{
	width: 900px;
	height: 300px;
	background: #6666FF;

}
.navigation{
	width: 900px;
	background-color: #d0784c ;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background-color: #d0784c ;
	width: 900px;
	height:  600px;
}
.clear{
	clear: both;
}
.footer{
	background-color: #d0784c ;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
	
}
a{
	text-decoration: none;
	color: #000000;
}
td{
	width: 300px;
}
