body{
	background:white ;
font-size:20px ;
}

.container{
background:red;	
margin:30px auto ;
width: 900px;
height: 1000px;
}
.header{
background: red;	
height: 300px;
width: 900px;
}
.navigation{
	background:gold;
height: 50px;
width: 900px;
margin-top:10px ;
margin-bottom: 10px;
}
.content{
	background:blue;
float: right;
width: 900px;
height: 600px;
color: white;
}
.clear{
	clear: both;
}
.footer{
background: white;	
height: 60px;
width: 900px;
text-align: center;
font-size: 20px;
}
a{
	color:black ;
text-decoration: none;
font-size: 20px;
}
td{
width: 250px;
height: 50px;
text-align: center;
vertical-align: middle;
font-size: 20px;

}




