body{
	background:  #7918CE;
	font-size:25pt ;
}
.img-center{}

.container{
	background: white;
	margin: 59px auto;
width: 900px;
height: 1000px;
}
.header{
	height: 400px;
	width: 900px;
	background: blanchedalmond;
}
.navigation{
	background: purple;
	width: 900px;
	height: 50px;
	margin: 10px 0;
}
.content{
	background: #56F3AF;
	float: right;
	width: 900px;
	height: 900px;
}
.clear{
	clear: both;
}
.footer{
	background:  #10A4BA ;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20pt;
}
.img-center{
	width: 40px;
	padding: 10px 25px;
}
p{
	padding-right: 25px;
	padding-left: 25px;
	text-indent: 25px;
}
a{
	color: white;
	text-decoration:none;
}
td{
	height: 50px;
	width: 250px;
	text-align:center ;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	
}
